# Getting Started

## Building with APIs

1. [Connectivity](./connectivity.md) — environment URLs and endpoints
2. [Account Setup](./account-setup.md) — create an account and register a delegate key
3. [Transaction Signing](./tx-signing.md) — build, sign, and submit your first order (includes a runnable Rust demo)
4. [Order Types and Fields](./order-fields.md) — field reference for `NewOrderArgs`
5. [REST API](/docs/rest) — Binance FAPI-compatible endpoints for trading, account, and market data
6. [WebSocket API](./ws/) — stream market data and submit orders over WebSocket

## Rust SDK

The fastest path is the [Rust SDK](./sdks.md) — it handles signing, serialization, and WebSocket management out of
the box. See the SDK's `examples/` directory for working code.
