Expand description
Binance execution clients.
BinanceSpot— Binance SpotExecutionClient(REST + signed WebSocket API).BinanceMargin— Binance Cross MarginExecutionClient(REST orders/queries + a hand-rolleduserListenTokenuser-data stream). Configured viaBinanceMarginConfig/MarginSideEffect.
Both clients share exchange-agnostic infrastructure (reconnect/backoff,
rate-limit tracking, event deduplication, error parsing, and the
Binance-string parsers) from the shared module, so resilience behaviour is
implemented once and reused rather than duplicated per client.
Structs§
- Binance
Margin - Binance Cross Margin execution client using the official binance-sdk.
- Binance
Margin Config - Configuration for the
BinanceMarginexecution client. - Binance
Spot - BinanceSpot execution client using the official binance-sdk.
- Binance
Spot Config - Configuration for the BinanceSpot execution client.
Enums§
- Binance
Spot Config Error - Margin
Side Effect - Margin
sideEffectTypeborrow/repay policy, fixed once perBinanceMarginclient.