Binance Spot API Docs is official reference documentation for the Binance Spot APIs and Streams.
The repository serves as the authoritative specification for integrating with Binance's spot trading infrastructure. It documents REST API endpoints, WebSocket streams, and related parameters that developers need to build trading applications, bots, and data consumers. The documentation explicitly distinguishes between officially supported streams and endpoints versus unsupported alternatives, establishing a clear boundary for what Binance guarantees to maintain.
Developers building production systems on Binance should use this repository as their single source of truth for API contracts. It covers REST API operations, WebSocket stream subscriptions, FIX API support, and SBE (Simple Binary Encoding) protocols. The repository is the appropriate choice for anyone integrating with Binance's spot market, whether building trading bots, market data consumers, or exchange connectors. Official announcements about API changes, maintenance windows, and breaking changes are published through the documented announcement channel, making this repository essential for staying informed about infrastructure updates that could affect live integrations.
The project receives updates to reflect API changes and new features as Binance evolves its platform. Documentation is maintained to keep pace with the exchange's operational requirements and protocol additions. The repository serves as a living specification that developers must monitor for changes affecting their integrations.