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
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.
Zero-based position of this order in the request payload.
The order ID that was submitted.
true if the order was canceled.Human-readable error message when
success is false. For example, Order is being processed. or Order already filled.Example
Sample response (200 OK)