Skip to main content

Typed dYdX

A fully typed, validated async client for the dYdX Indexer, Chain (Cosmos gRPC + CometBFT), and Node APIs.

PyPI version Python versions Docs License



from typed_dydx import Dydx

async with Dydx.testnet(public=True) as client:
  market = await client.indexer.data.get_market('BTC-USD')
  candles = await client.indexer.streams.candles('ETH-USD', resolution='1MIN')
  async for candle in candles:
    print(candle)
    break
  await candles.unsubscribe()
  balances = await client.chain.bank.all_balances('dydx1...', resolve_denom=False)
  block = await client.chain.comet.block()
  result = await client.node.place_order(market, order={
    'side': 'BUY',
    'size': '0.0001',
    'price': '50000',
    'flags': 'LONG_TERM',
  })

Why Typed dYdX?

  • 🎯 Precise Types: Typed inputs and responses across the Indexer, Chain, and Node surfaces.
  • ✅ Runtime Validation: Indexer and Comet responses validated by default.
  • ⚡ Async First: Indexer HTTP and WebSocket streams, Cosmos gRPC queries, and signed node transactions.
  • 📚 Full Surface: client.indexer, client.chain, and client.node cover market data, account history, chain state, and order placement.

Installation

pip install typed-dydx

How To

Reference

Design Philosophy

Typed dYdX follows the principles outlined in this blog post.

Details matter. Developer experience matters.

License

MIT — see LICENSE.

Release files for typed-dydx 3.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for typed-dydx 3.1.0
File Size Uploaded
typed_dydx-3.1.0.tar.gz 265.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for typed-dydx 3.1.0
File Interpreter ABI Platform
typed_dydx-3.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 684.2 kB

Release files / typed_dydx-3.1.0.tar.gz

Download URL typed_dydx-3.1.0.tar.gz
Size 265.8 kB
Tags Source
SHA-256 checksum
How to use checksums
fec088328c35aaea4bb8571719659520276c0d3bf95f4c1358fd1bc02fcc55de
BLAKE2b-256 checksum
How to use checksums
eb8866001f0c4cc909a8989b1c3117c061afc3fec2eb3a5545ff3b2d125a5017
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.

Transparency log

Release files / typed_dydx-3.1.0-py3-none-any.whl

Download URL typed_dydx-3.1.0-py3-none-any.whl
Size 418.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
c9681e88f92d36a1081ef0f34a921d1ae4c334df15a74e2bb6e0db433750f140
BLAKE2b-256 checksum
How to use checksums
86d30d7f9ee980159b9305a2dedc6e5db4ceefeecbccb8fdcdfd42e48314ee48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.

Transparency log

Release history Release notifications | RSS feed

3.4.0

2 release files

3.3.0

2 release files

3.2.0

2 release files

This release

3.1.0 This release

2 release files

3.0.0

2 release files

2.1.2

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.9

2 release files

2.0.8

2 release files

2.0.7

2 release files

2.0.6

2 release files

2.0.5

2 release files

2.0.4

2 release files

2.0.3

2 release files

2.0.2

2 release files

2.0.1

2 release files

2.0.0

2 release files

1.0.7

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page