Expand description
Subscription conversion utilities BinanceSubscriptionConverter - Conversion between standardized options and Binance-specific formats
This module provides functions to convert from the standardized SubscriptionOptions structure to Binance Spot-specific subscription formats.
Functionsยง
- format_
kline_ stream - Helper to create kline stream name with interval
- format_
orderbook_ stream - Helper to create order book stream name with specific depth
- format_
stream_ name - Helper to create stream names with format
<symbol>@<type> - format_
ticker_ stream - Helper to create ticker stream name
- format_
trade_ stream - Helper to create aggregate trade stream name
- options_
to_ binance_ subscription - Convert from standardized SubscriptionOptions to Binance subscription format