Skip to main content

Module models

Module models 

Source
Expand description

Binance Spot HTTP response models.

These models represent Binance venue-specific response types decoded from SBE.

Structs§

AvgPrice
Average price response.
BatchCancelSuccess
Successful cancel in a batch response.
BatchOrderError
Error in a batch order response.
BatchOrderSuccess
Successful order in a batch response.
BinanceAccountCommission
Account-specific Spot commission response.
BinanceAccountInfo
Account information response.
BinanceAccountRatesJson
Minimal JSON account response used for Binance US commission fallback.
BinanceAccountTrade
Account trade history entry.
BinanceAggTrade
A single aggregate trade from Binance Spot.
BinanceAggTrades
Binance Spot aggregate trades response.
BinanceBalance
Account balance for a single asset.
BinanceCancelOrderResponse
Cancel order response.
BinanceCommissionRates
Maker and taker commission rates.
BinanceDepth
Binance order book depth response.
BinanceExchangeInfoJson
Exchange information returned as JSON by Binance US.
BinanceExchangeInfoSbe
Exchange information from SBE response.
BinanceKline
A single kline (candlestick) from Binance.
BinanceKlines
Kline (candlestick) data response.
BinanceLotSizeFilterSbe
Lot size filter from SBE response.
BinanceNewOrderResponse
New order response (FULL response type).
BinanceOrderFill
A fill from an order execution.
BinanceOrderResponse
Query order response.
BinancePriceFilterSbe
Price filter from SBE response.
BinancePriceLevel
Price/quantity level in an order book.
BinanceSymbolFilterJson
Spot JSON symbol filter fields used for instrument construction.
BinanceSymbolFiltersSbe
Symbol filters from SBE response.
BinanceSymbolJson
Spot symbol definition returned by JSON exchange info.
BinanceSymbolSbe
Symbol information from SBE exchange info response.
BinanceTrade
A single trade from Binance.
BinanceTrades
Binance trades response.
BookTicker
Book ticker response (best bid/ask).
ListenKeyResponse
Listen key response for user data stream.
NewOcoOrderListResponse
Response from a new OCO order-list request.
OrderListOrder
Order summary inside an order-list response.
Ticker24hr
24-hour ticker statistics response.
TickerPrice
Symbol price ticker response.
TradeFee
Trade fee information for a symbol.

Enums§

BatchCancelResult
Result of a single cancel in a batch cancel operation.
BatchOrderResult
Result of a single order in a batch operation.