Expand description
Stream subscription management for Binance Spot WebSocket.
§Stream Names
<symbol>@trade- Trade stream<symbol>@bestBidAsk- Best bid/ask stream (with auto-culling)<symbol>@depth- Diff depth stream (50ms updates)<symbol>@depth20- Partial book depth (top 20 levels, 50ms updates)
§Connection URL Patterns
Single stream: /ws/<streamName>
Multiple streams: /stream?streams=<stream1>/<stream2>/...
Enums§
- Stream
Type - Stream type for subscription management.
Constants§
- MAX_
STREAMS_ PER_ CONNECTION - Maximum number of streams per connection.