Cancel a list of open limit orders in one API call. Each order is canceled independently — a failure on one order does not block the others. Use this to wind down a quoting ladder or unwind a set of stale orders quickly.Documentation Index
Fetch the complete documentation index at: https://docs.futuur.com/llms.txt
Use this file to discover all available pages before exploring further.
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)