- Request
- Response
string
required
Value:
cancelAllinteger
Optional client originated request identifier sent as acknowledgment in the response.
string
required
Session token from the GetWebSocketsToken REST endpoint.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel all open orders including partially-filled orders
{
"event": "cancelAll",
"token": "0000000000000000000000000000000000000000"
}
{
"count": 2,
"event": "cancelAllStatus",
"status": "ok"
}
cancelAll{
"event": "cancelAll",
"token": "0000000000000000000000000000000000000000"
}
{
"count": 2,
"event": "cancelAllStatus",
"status": "ok"
}