executions channel.
{
"method": "cancel_all",
"params": {
"token": "weeBxllys/7kHy/zHpkATSDIS42BvDgWS2b04ZSZHZ5"
},
"req_id": 1234567890
}
{
"method": "cancel_all",
"req_id": 1234567890,
"result": {
"count": 1
},
"success": true,
"time_in": "2023-09-26T13:09:48.463201Z",
"time_out": "2023-09-26T13:09:48.471419Z"
}
Trading
Cancel All
Cancel all open orders
{
"method": "cancel_all",
"params": {
"token": "weeBxllys/7kHy/zHpkATSDIS42BvDgWS2b04ZSZHZ5"
},
"req_id": 1234567890
}
{
"method": "cancel_all",
"req_id": 1234567890,
"result": {
"count": 1
},
"success": true,
"time_in": "2023-09-26T13:09:48.463201Z",
"time_out": "2023-09-26T13:09:48.471419Z"
}
Cancels all open orders, including untriggered orders and orders resting in the book.
Note, the details of the individual cancelled orders will also be streamed on the
Was this page helpful?