A fully typed, validated async client for the Binance API.
- Documentation: https://tribulnation.com/typed/binance
- Source Code: https://github.com/tribulnation/typed/tree/main/packages/binance
from typed_binance import Binance
async with Binance.new(public=True) as client:
price = await client.spot.http.market.ticker_price(symbol='BTCUSDT')
print(price)
Why Typed Binance?
- 🎯 Precise Types: every spot, USD-M futures, COIN-M futures, options, and portfolio margin parameter and response is a precise Python type, not
dict/Any. - ✅ Runtime Validation: every response is validated against its schema by default, not just typed on paper.
- ⚡ Async First: async HTTP requests and WebSocket market-data streams, built for concurrent workflows across every product line.
- 📚 Full Surface: every documented spot, futures, options, and portfolio margin endpoint, not just the popular ones.
Installation
pip install typed-binance
How To
- Fetch Market Data — public prices, order books, and candles
- Listen To Streams — subscribe to market data and account event streams
- Place & Manage Orders — submit, query, cancel, and list spot orders
- Fetch Account Data — balances, positions, and trade history
- Query & Manage Earn Instruments — Simple Earn products, positions, subscribe, and redeem
- Manage Deposits & Withdrawals — deposit addresses/history and withdrawals
- Paginate Through Results — walk a time range across multiple pages
Reference
Design Philosophy
Typed Binance follows the principles outlined in this blog post.
Details matter. Developer experience matters.
License
MIT — see LICENSE.
Release files for typed-binance 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| typed_binance-1.2.0.tar.gz | 536.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| typed_binance-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.1 MB
Release files / typed_binance-1.2.0.tar.gz
| Download URL | typed_binance-1.2.0.tar.gz |
|---|---|
| Size | 536.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7aa8e0093ecaf6ca2f4bf8520559ddc6ccfccc70a8c646e03bd086483003110a
|
|
BLAKE2b-256 checksum How to use checksums |
3cf96689881262ccb8c1b76d81a4dbafa93982b9ccaa9dd1c57a7ebd4cbc6f3b
|
| 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 logRelease files / typed_binance-1.2.0-py3-none-any.whl
| Download URL | typed_binance-1.2.0-py3-none-any.whl |
|---|---|
| Size | 1.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5e44fd0ce6404e4d94253c9d242431649aa3801764c403349eaf28780007654f
|
|
BLAKE2b-256 checksum How to use checksums |
c2ee6abb70d86a1bb4a2b17a42976772bd1fae48c423ab84b402b7202cb26b06
|
| 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