Cancel multiple orders
Cancels multiple orders in a single request. Specify exactly one of: mkt_ids (cancel all orders for the listed markets), oids (list of order UUIDs), nonces (list of uint64 nonces), or cl_oids (list of client order ID strings); mixing identifier types returns 400.
Returns three lists: orders that were successfully cancel-requested (cancel_req), orders that could not be canceled because they were not found, already filled, or already canceled (not_opened), and orders that already had a cancel request in flight before this call (already_cancel_req).
Requires authentication.
Authorization
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth API key for authentication
In: header
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
Unix timestamp in seconds
In: header
Request Body
application/json
CancelOrdersRequest cancels multiple orders.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json