batch_place_order
Simplify order management by submitting up to 10 orders in a single API call. Supports various product types for efficient bulk trading.
Instructions
Place multiple orders in a single request (max 10).
Args: category: Product type: spot, linear, inverse, option. orders: List of order dicts. Each must contain: symbol, side, orderType, qty. Optional fields: price, timeInForce, orderLinkId, etc. Example: [{"symbol": "BTCUSDT", "side": "Buy", "orderType": "Limit", "qty": "0.01", "price": "50000"}]
Returns: Batch order placement results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| orders | Yes |