Expand description
Binance Spot WebSocket client with SBE encoding support.
This module provides WebSocket connectivity to Binance’s SBE market data streams
at stream-sbe.binance.com. These streams provide lower latency and smaller
payloads compared to JSON streams.
§Available Streams
<symbol>@trade- Real-time trade data<symbol>@bestBidAsk- Best bid/offer updates<symbol>@depth- Order book diff updates<symbol>@depth20- Top 20 order book levels
§Authentication
SBE market data streams require Ed25519 API key authentication via the
X-MBX-APIKEY header.
Re-exports§
pub use client::BinanceSpotWebSocketClient;