futures_cancel_batch_orders
Cancel multiple futures orders in a single request. Specify symbol and order IDs to efficiently remove pending orders.
Instructions
期货批量取消订单
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 | |
| orderIdList | No | 要取消的订单ID列表,如 [123, 456] | |
| origClientOrderIdList | No | 要取消的客户端订单ID列表 |