Module binance_rest

Source
Expand description

Binance REST API client

Structsยง

BatchOrderParams
Parameters for batch order operations
BatchOrderResult
Result for individual order in batch response
BinanceAmendResponse
Amended order response
BinanceError
Error response from Binance
BinanceExchangeInfo
Exchange information from Binance
BinanceNativeOrder
Individual order in a native batch request
BinanceOcoResponse
OCO Order List response
BinanceOrderInfo
Order information in OCO response
BinanceOrderResponse
Order response from Binance
BinanceRestClient
Binance REST client for making authenticated API calls
BinanceSorConfig
SOR (Smart Order Routing) configuration entry
BinanceSorResponse
SOR Order response
BinanceSymbolInfo
Symbol information from Binance
NativeBatchOrderParams
Parameters for native Binance batch order operations (max 5 orders)
OcoOrderParams
Parameters for OCO (One-Cancels-Other) orders
PlaceOrderParams
Parameters required to place an order on Binance Uses owned strings to avoid lifetime issues with Clone trait
SorOrderParams
Parameters for SOR (Smart Order Routing) orders