Create multiple limit or market orders in a single API call. Each item in theDocumentation Index
Fetch the complete documentation index at: https://docs.futuur.com/llms.txt
Use this file to discover all available pages before exploring further.
orders array is validated and matched independently — partial failures do not block successful orders in the same batch.
Use this endpoint to quote ladders, hedge positions, or rebalance across multiple markets without sending separate requests.
Endpoint
Authentication
This endpoint requires HMAC authentication. Include the
Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.Headers
Optional. A unique value chosen by the client for a logical operation. Replaying the same
POST with the same key and the same JSON body returns the stored response without creating duplicate orders. A different body produces a new fingerprint, so requoting is not blocked.Request
An array of 1 to 20 order objects. Each entry follows the same shape as Create order.
Response
Returns200 OK with one result per submitted order, plus the IDs of any conflicting orders that were canceled to make room for them.
Per-order result, returned in the same order as the request.
IDs of existing open orders that were canceled because
cancel_conflicting_orders was set on one or more items in the batch.Example
Sample response (200 OK)