Add Order Batch
POST/private/AddOrderBatch
Sends a collection of orders (minimum of 2 and maximum 15):
- Validation is performed on the whole batch prior to submission to the engine. If an order fails validation, the whole batch will be rejected.
- On submission to the engine, if an order fails pre-match checks (i.e. funding), then the individual order will be rejected and remainder of the batch will be processed.
- All orders in batch are limited to a single pair.
Note: See the AssetPairs endpoint for details on the available trading pairs, their price and quantity precisions, order minimums, available leverage, etc.
API Key Permissions Required: Orders and trades - Create & modify orders
and Orders and trades - Cancel & close orders
Request
Responses
- 200
The order of returned orders
in the response array is the same as the order of the order list sent in request.