Crate binance_client[−][src]
The Binance client library.
Structs
| AccountGetQuery | The |
| AccountGetResponse | The |
| DepthElement | A single depth element. |
| DepthGetQuery | The |
| DepthGetResponse | The |
| ExchangeInfoGetResponse | The |
| ExchangeInfoSymbol | The trading symbol data. |
| HttpApiV3Client | The Binance API v3 HTTP client. |
| HttpExchangeApiV2Client | The Binance Exchange API v2 HTTP client. |
| HttpExchangeApiV2Response | The Binance Exchange API v2 HTTP response. |
| Kline | A single kline. |
| KlinesGetQuery | The |
| OpenOrdersDeleteQuery | The |
| OpenOrdersDeleteResponseElement | A single open order element. |
| OpenOrdersGetQuery | The |
| OpenOrdersGetResponseElement | A single open order element. |
| OrderDeleteQuery | The |
| OrderDeleteResponse | The |
| OrderGetQuery | The |
| OrderGetResponse | The |
| OrderPostQuery | The |
| ProductBySymbolGetQuery | The |
| ProductSymbol | The trading symbol data. |
| ProductsGetQuery | The |
| TimeGetResponse | The |
| WebSocketClient | The Binance WebSocket client. |
| WebSocketDepthEvent | The depth data, received via WebSocket. |
| WebSocketTradeEvent | The trade event data, received via WebSocket. |
Enums
| Error | The Binance error. |
| ExchangeInfoSymbolStatus | The status of a trading symbol. |
| HttpApiV3Response | The Binance API v3 HTTP response. |
| Interval | The chart timeframe interval. |
| OrderPostResponse | The |
| OrderSide | The order side. |
| OrderStatus | The order status. |
| OrderType | The order time. |
| ProductSymbolStatus | The status of a trading symbol. |
| WebSocketEvent | The merged data, received via WebSocket. |
Type Definitions
| KlinesGetResponse | The |
| OpenOrdersDeleteResponse | The |
| OpenOrdersGetResponse | The |
| ProductBySymbolGetResponse | The |
| ProductsGetResponse | The |