add_order_batch
Add multiple orders for a single asset pair in one API request to batch execute trades.
Instructions
Submit up to 15 orders for the same pair in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Asset pair the batch targets. | |
| orders | Yes | List of order dicts (same fields as `add_order`, but as a list of objects rather than positional parameters). | |
| deadline | No | Send timeout. | |
| validate | No | Only validate — do not submit. |