A fully typed, validated async client for the dYdX API.
Project description
Typed dYdX
A fully typed, validated async client for the dYdX v4 APIs
Use autocomplete instead of documentation.
from dydx import Indexer
async with Indexer.new() as indexer:
btc = await indexer.data.get_market('BTC-USD')
print(btc['oraclePrice'])
Why Typed dYdX?
- 🎯 Precise Types: Strong typing throughout, so your editor can help before runtime does.
- ✅ Automatic Validation: Catch upstream API changes earlier, where they are easier to debug.
- ⚡ Async First: Built for concurrent, network-heavy workflows.
- 🔒 Safer Usage: Typed inputs and explicit errors reduce avoidable mistakes.
- 🎨 Better DX: Clear routing, sensible defaults, and minimal ceremony.
- 📦 Practical Extras: Pagination, streams, and helpers where they actually help.
Package Shape
This package intentionally follows the way dYdX itself is split:
Indexerfor HTTP market/account data and WebSocket subaccount streamsPublicNodefor public node reads like prices, CLOB pair data, and fee tiersPrivateNodefor signed trading actions like placing and cancelling orders
Installation
pip install typed-dydx
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
typed_dydx-0.3.1.tar.gz
(34.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typed_dydx-0.3.1.tar.gz.
File metadata
- Download URL: typed_dydx-0.3.1.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b59025351cd1350051f707265dd220295cde970df030dc63c9158e10aa2d1925
|
|
| MD5 |
19e7ec279160399dbf0974c199d671d9
|
|
| BLAKE2b-256 |
d3db59fab0a3cb5ccb12ad65306e3310e1188d6e14a9f7297605e431a8c6bf62
|
File details
Details for the file typed_dydx-0.3.1-py3-none-any.whl.
File metadata
- Download URL: typed_dydx-0.3.1-py3-none-any.whl
- Upload date:
- Size: 52.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
716e3c0b95264081b4bceedb9573298668968e46cef99350e851ed17ad38626e
|
|
| MD5 |
e5f4ee9bff67d64a7a0310cf2aee83f0
|
|
| BLAKE2b-256 |
9521a75d10293aa9b13ce4d54599da69a7be7cc99511169570f011d79a9a52ec
|