Endpoint
Authentication
This endpoint requires HMAC authentication. Include the
Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.Request
integer[]
required
Array of limit order IDs to cancel. Must contain at least one ID.
Response
Returns200 OK with a result item for each requested order ID, in the same order as the request.
integer
required
Zero-based position of this order in the request payload.
integer
required
The order ID that was submitted.
boolean
required
true if the order was canceled.string
Human-readable error message when
success is false. For example, Order is being processed. or Order already filled.Example
Sample response (200 OK)