Expand description
Subscription conversion utilities BinanceSubscriptionConverter - Conversion between standardized options and Binance Futures-specific formats
This module provides functions to convert from the standardized SubscriptionOptions structure to Binance Futures-specific subscription formats.
Functionsยง
- format_
kline_ stream - Helper to create kline stream name with interval
- format_
liquidation_ stream - Helper to create liquidation order stream name
- format_
mark_ price_ stream - Helper to create mark price stream name
- 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_
trade_ stream - Helper to create aggregate trade stream name
- options_
to_ binance_ futures_ subscription - Convert from standardized SubscriptionOptions to Binance Futures subscription format