Messages
{
"req": "post",
"op": {
"type": "cancelAll",
"args": {
"iid": 1
}
},
"sig": "0x1234567890...",
"salt": 1234567890,
"ts": 1767225600000,
"exp": 1767225600000
}{
"id": 5,
"data": {
"status": "ok"
}
}Cancel All Orders
Perps WebSocket cancellation of all open orders.
WSS
/
v1
/
ws
Messages
{
"req": "post",
"op": {
"type": "cancelAll",
"args": {
"iid": 1
}
},
"sig": "0x1234567890...",
"salt": 1234567890,
"ts": 1767225600000,
"exp": 1767225600000
}{
"id": 5,
"data": {
"status": "ok"
}
}Cancel All Orders Request
type:object
Client submits a signed cancel-all request
Cancel All Orders Response
type:object
Server responds with the cancel-all result
Was this page helpful?
⌘I