place_orders_batch
Submit multiple real exchange orders in one batch request, using place_order parameters for each. Send 1–100 market, limit, stop, take-profit, or trailing orders at once.
Instructions
Submit multiple orders in one request. Each order has the same shape as place_order (market_id, side, type, size, and the type-dependent price / trigger_price / trailing offsets / time_in_force / reduce_only). Requires API credentials. This submits REAL orders to the matching engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | Yes | Orders to submit (1–100). Each uses the place_order arg shape. |