Skip to main content

Module binance

Module binance 

Source
Expand description

Binance execution clients.

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§

BinanceMargin
Binance Cross Margin execution client using the official binance-sdk.
BinanceMarginConfig
Configuration for the BinanceMargin execution client.
BinanceSpot
BinanceSpot execution client using the official binance-sdk.
BinanceSpotConfig
Configuration for the BinanceSpot execution client.

Enums§

BinanceSpotConfigError
MarginSideEffect
Margin sideEffectType borrow/repay policy, fixed once per BinanceMargin client.