API trade endpoints
- Source
Methods
account(optionsopt)
Account Information (USER_DATA)
GET /api/v3/account
https://binance-docs.github.io/apidocs/spot/en/#account-information-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
allOrders(symbol, optionsopt)
All Orders (USER_DATA)
GET /api/v3/allOrders
https://binance-docs.github.io/apidocs/spot/en/#all-orders-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
cancelAndReplace(symbol, side, type, cancelReplaceMode, optionsopt)
Cancel an Existing Order and Send a New Order (TRADE)
Cancels an existing order and places a new order on the same symbol.
Filters are evaluated before the cancel order is placed.
If the new order placement is successfully sent to the engine, the order count will increase by 1.
POST /api/v3/order/cancelReplace
https://binance-docs.github.io/apidocs/spot/en/#cancel-an-existing-order-and-send-a-new-order-trade
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
side | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
cancelReplaceMode | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
cancelOCOOrder(symbol, optionsopt)
Cancel OCO (TRADE)
DELETE /api/v3/orderList
https://binance-docs.github.io/apidocs/spot/en/#cancel-oco-trade
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
cancelOpenOrders(symbol, optionsopt)
Cancel all Open Orders on a Symbol (TRADE)
DELETE /api/v3/openOrders
https://binance-docs.github.io/apidocs/spot/en/#cancel-all-open-orders-on-a-symbol-trade
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||
options | object | <optional> | Properties
|
- Source
cancelOrder(symbol, optionsopt)
Cancel Order (TRADE)
DELETE /api/v3/order
https://binance-docs.github.io/apidocs/spot/en/#cancel-order-trade
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
getOCOOrder(optionsopt)
Query OCO (USER_DATA)
GET /api/v3/orderList
https://binance-docs.github.io/apidocs/spot/en/#query-oco-user_data
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
getOCOOrders(optionsopt)
Query all OCO (USER_DATA)
GET /api/v3/allOrderList
https://binance-docs.github.io/apidocs/spot/en/#query-all-oco-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
getOpenOCOOrders(optionsopt)
Query Open OCO (USER_DATA)
GET /api/v3/openOrderList
https://binance-docs.github.io/apidocs/spot/en/#query-open-oco-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
getOrder(symbol, optionsopt)
Query Order (USER_DATA)
GET /api/v3/order
https://binance-docs.github.io/apidocs/spot/en/#query-order-user_data
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||
options | object | <optional> | Properties
|
- Source
myTrades(symbol, optionsopt)
Account Trade List (USER_DATA)
GET /api/v3/myTrades
https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
newOCOOrder(symbol, side, quantity, price, stopPrice, optionsopt)
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
side | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
quantity | number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
price | number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stopPrice | number | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
newOrder(symbol, side, type, optionsopt)
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
side | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
newOrderTest(symbol, side, type, optionsopt)
Test New Order (TRADE)
POST /api/v3/order/test
https://binance-docs.github.io/apidocs/spot/en/#test-new-order-trade
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
symbol | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
side | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
openOrders(optionsopt)
Current Open Orders (USER_DATA)
GET /api/v3/openOrders
https://binance-docs.github.io/apidocs/spot/en/#current-open-orders-user_data
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
orderCount(optionsopt)
Query Current Order Count Usage (TRADE)
GET /api/v3/rateLimit/order
https://binance-docs.github.io/apidocs/spot/en/#query-current-order-count-usage-trade
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source