get_pending_algo_orders
Retrieve pending algorithmic orders using filters like instrument ID, order ID, or client order ID. Supports pagination and type filtering for trigger orders.
Instructions
Get pending algo orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instId | No | Instrument ID, e.g. BTC-USDT | |
| algoId | No | Algo order ID | |
| clientOrderId | No | Client-supplied order ID | |
| orderType | No | Algo type filter: trigger | |
| after | No | Pagination - records earlier than this algoId | |
| before | No | Pagination - records newer than this algoId | |
| limit | No | Number of results, max 100. Default 20. |