Get bot order list
pionex_bot_get_bot_ordersRetrieve bot orders filtered by order type, status, or trading pair. Supports pagination for result navigation.
Instructions
Get bot order list
Query bot order list with optional filters by order type, status, and trading pair. Supports pagination. Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency filter (e.g. BTC) | |
| quote | No | Quote currency filter (e.g. USDT) | |
| status | No | Order status filter: `running` - Running orders (default), `finished` - Closed/cancelled orders | running |
| pageToken | No | Pagination token (from `nextPageToken` or `previousPageToken` in response) | |
| buOrderTypes | No | Order type filter. Can pass multiple values. If omitted, returns all types. Supported values: `futures_grid`, `future_hedge_grid` (Cross Margin Futures Grid), `spot_grid`, `smart_copy`. |