Crate binance_client
source ·Expand description
The Binance client library.
Structs§
- The
https://www.binance.com/api/v3/order
GET request query. - The
https://www.binance.com/api/v3/account
GET response. - A single depth element.
- The
https://www.binance.com/api/v3/depth
GET request query. - The
https://www.binance.com/api/v3/depth
GET response. - The
https://www.binance.com/api/v3/exchangeInfo
GET response. - The trading symbol data.
- The Binance API v3 HTTP client.
- The Binance Exchange API v2 HTTP client.
- The Binance Exchange API v2 HTTP response.
- A single kline.
- The
https://www.binance.com/api/v3/klines
GET request query. - The
https://www.binance.com/api/v3/openOrders
GET request query. - A single open order element.
- The
https://www.binance.com/api/v3/openOrders
GET request query. - A single open order element.
- The
https://www.binance.com/api/v3/order
POST request query. - The
https://www.binance.com/api/v3/order
POST response. - The order partial fill.
- The
https://www.binance.com/api/v3/order
GET request query. - The
https://www.binance.com/api/v3/order
GET response. - The
https://www.binance.com/api/v3/order
POST request query. - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-product-by-symbol
GET request query. - The trading symbol data.
- The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-products
GET request query. - The
https://www.binance.com/api/v3/time
GET response. - The Binance WebSocket client.
- The depth data, received via WebSocket.
- The trade event data, received via WebSocket.
Enums§
- The Binance error.
- The exchange info symbol filter.
- The status of a trading symbol.
- The Binance API v3 HTTP response.
- The chart timeframe interval.
- The
https://www.binance.com/api/v3/order
POST response. - The order side.
- The order status.
- The order time.
- The trading method allowed for the symbol.
- The status of a trading symbol.
- The merged data, received via WebSocket.
Type Aliases§
- The
https://www.binance.com/api/v3/klines
GET response. - The
https://www.binance.com/api/v3/openOrders
GET response. - The
https://www.binance.com/api/v3/openOrders
GET response. - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-product-by-symbol
GET response. - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-products
GET response.