Submit between 1 and 20 limit orders in a single request.
Create multiple limit or market orders in a single API call. Each item in the 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.
This endpoint requires HMAC authentication. Include the Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.
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.