Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Started

Building with APIs

  1. Connectivity — environment URLs and endpoints
  2. Account Setup — create an account and register a delegate key
  3. Transaction Signing — build, sign, and submit your first order (includes a runnable Rust demo)
  4. Order Types and Fields — field reference for NewOrderArgs
  5. REST API — Binance FAPI-compatible endpoints for trading, account, and market data
  6. 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.