Getting Started
Building with APIs
- Connectivity — environment URLs and endpoints
- Account Setup — create an account and register a delegate key
- Transaction Signing — build, sign, and submit your first order (includes a runnable Rust demo)
- Order Types and Fields — field reference for
NewOrderArgs - REST API — Binance FAPI-compatible endpoints for trading, account, and market data
- WebSocket API — stream market data and submit orders over WebSocket
Rust SDK
The fastest path is the Rust SDK — it handles signing, serialization, and WebSocket management out of
the box. See the SDK’s examples/ directory for working code.