maxt
maxt is a typed async API for market data, accounts, orders, and streams on
Upbit, Bithumb, Binance, and Hyperliquid.
Why maxt
maxt is designed for applications that work with multiple exchanges. Switching
exchanges or languages should not mean learning another SDK.
- Use common operations with the same API shape, models, errors, and stream contract across exchanges and supported languages.
- Access common operations through
Clientand exchange-specific capabilities through typed adapters. - Generate language-native public APIs and contracts from one schema, then verify them against the compiled native API.
Install
Rust 1.85 or newer is required.
[]
= "0.1"
= { = "1", = ["macros", "rt-multi-thread"] }
Binance example
use BinanceAdapter;
use ;
async
ticker() is common. spot_symbol_filters() is Binance Spot-specific and is
available through Client::adapter().
Run the public REST example:
Support
- Rust
- Python
- Dart / Flutter native and Web
- TypeScript / Node.js
- TypeScript / Browser WebAssembly
Documentation
- Getting started
- Common API
- Provider support
- Rust API:
cargo doc --open - Python
- Dart / Flutter
- TypeScript
- Browser relay
- Examples
- Changelog
- Contributing
License
MIT. See LICENSE.