Getting Started
Public Data
Trading
- POSTPlace order
- DELCancel order
- DELCancel multiple orders
- GETGet order
- GETGet orders
- PUTEdit order
- POSTPlace algo order
- DELCancel algo order
- DELCancel multiple algo orders
- DELCancel all orders by symbol
- GETGet algo order
- GETGet algo orders
- PUTEdit algo order
- GETGet transaction by trade id (last 3 months)
- GETGet transaction history (in the past 2 years)
- GETGet trading fee
- POSTCancel all after
Account
Assets
Futures
Spot Margin
Websocket Streams
- Introduction
- Public Market Data
- Private User Data
- Commands
Commands
Unsubscribe all
Copy
{
"id": .....
"cmd": "UN_SUBSCRIBE_ALL"
}
Copy
{
"id": "{req_id}",
"cmd": "UN_SUBSCRIBE_ALL",
"success": true,
"time": {timestamp},
"data": ["topic1", "topic2"]
}
Unsubscribe from all currently subscribed topics in a single command.
Copy
{
"id": .....
"cmd": "UN_SUBSCRIBE_ALL"
}
Copy
{
"id": "{req_id}",
"cmd": "UN_SUBSCRIBE_ALL",
"success": true,
"time": {timestamp},
"data": ["topic1", "topic2"]
}
Copy
{
"id": .....
"cmd": "UN_SUBSCRIBE_ALL"
}
Copy
{
"id": "{req_id}",
"cmd": "UN_SUBSCRIBE_ALL",
"success": true,
"time": {timestamp},
"data": ["topic1", "topic2"]
}
Assistant
Responses are generated using AI and may contain mistakes.