place_orders_batch
Submit up to 100 real orders in a single batch request to the exchange matching engine. Each order specifies market, side, type, size, and optional price, time-in-force, or reduce-only flag.
Instructions
Submit multiple orders in one request. Each order has the same shape as place_order (market_id, side, type, size, optional price/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. |