batch_cancel_order
Cancel up to 10 orders in one request. Specify category and list of orders with symbol and order ID to efficiently manage your trades.
Instructions
Cancel 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 and orderId (or orderLinkId). Example: [{"symbol": "BTCUSDT", "orderId": "123456"}]
Returns: Batch cancellation results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| orders | Yes |