Get all orders
pionex_orders_get_all_ordersRetrieve all open and closed Pionex orders for a symbol, optionally filtered by time range and limit, to review trading order history.
Instructions
Get all orders
Get all orders (open and closed) for a symbol. Weight: 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default: 50. Range: 1 - 200. Returns latest orders when exceeding limit. | |
| symbol | Yes | Trading pair symbol | |
| endTime | No | End time in milliseconds | |
| startTime | No | Start time in milliseconds |