Expand description
The Binance client library.
Structs§
- Account
GetQuery - The
https://www.binance.com/api/v3/order
GET request query. - Account
GetResponse - The
https://www.binance.com/api/v3/account
GET response. - Depth
Element - A single depth element.
- Depth
GetQuery - The
https://www.binance.com/api/v3/depth
GET request query. - Depth
GetResponse - The
https://www.binance.com/api/v3/depth
GET response. - Exchange
Info GetResponse - The
https://www.binance.com/api/v3/exchangeInfo
GET response. - Exchange
Info Symbol - The trading symbol data.
- Http
ApiV3 Client - The Binance API v3 HTTP client.
- Http
Exchange ApiV2 Client - The Binance Exchange API v2 HTTP client.
- Http
Exchange ApiV2 Response - The Binance Exchange API v2 HTTP response.
- Kline
- A single kline.
- Klines
GetQuery - The
https://www.binance.com/api/v3/klines
GET request query. - Open
Orders Delete Query - The
https://www.binance.com/api/v3/openOrders
GET request query. - Open
Orders Delete Response Element - A single open order element.
- Open
Orders GetQuery - The
https://www.binance.com/api/v3/openOrders
GET request query. - Open
Orders GetResponse Element - A single open order element.
- Order
Delete Query - The
https://www.binance.com/api/v3/order
POST request query. - Order
Delete Response - The
https://www.binance.com/api/v3/order
POST response. - Order
Fill - The order partial fill.
- Order
GetQuery - The
https://www.binance.com/api/v3/order
GET request query. - Order
GetResponse - The
https://www.binance.com/api/v3/order
GET response. - Order
Post Query - The
https://www.binance.com/api/v3/order
POST request query. - Product
BySymbol GetQuery - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-product-by-symbol
GET request query. - Product
Symbol - The trading symbol data.
- Products
GetQuery - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-products
GET request query. - Time
GetResponse - The
https://www.binance.com/api/v3/time
GET response. - WebSocket
Client - The Binance WebSocket client.
- WebSocket
Depth Event - The depth data, received via WebSocket.
- WebSocket
Trade Event - The trade event data, received via WebSocket.
Enums§
- Error
- The Binance error.
- Exchange
Info Filter - The exchange info symbol filter.
- Exchange
Info Symbol Status - The status of a trading symbol.
- Http
ApiV3 Response - The Binance API v3 HTTP response.
- Interval
- The chart timeframe interval.
- Order
Post Response - The
https://www.binance.com/api/v3/order
POST response. - Order
Side - The order side.
- Order
Status - The order status.
- Order
Type - The order time.
- Permission
- The trading method allowed for the symbol.
- Product
Symbol Status - The status of a trading symbol.
- WebSocket
Event - The merged data, received via WebSocket.
Type Aliases§
- Klines
GetResponse - The
https://www.binance.com/api/v3/klines
GET response. - Open
Orders Delete Response - The
https://www.binance.com/api/v3/openOrders
GET response. - Open
Orders GetResponse - The
https://www.binance.com/api/v3/openOrders
GET response. - Product
BySymbol GetResponse - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-product-by-symbol
GET response. - Products
GetResponse - The
https://www.binance.com/exchange-api/v2/public/asset-service/product/get-products
GET response.