batch_orders
Place up to 20 orders in a single request, all with the same instrument and margin mode. Streamline trading by submitting multiple orders at once.
Instructions
Place multiple orders at once (up to 20). All must share same instId and marginMode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | Yes | JSON array string of order objects. Each needs: instId, marginMode, side, orderType, size, and optionally price, positionSide, etc. |