Historical Orders
history_ordersRetrieve past orders between specified dates, filtered by symbol if needed, returning order details such as ID, symbol, side, status, quantity, price, and submission time.
Instructions
Get historical orders between dates (excludes today). Returns orders[]{order_id, symbol, side, status, quantity, price, submitted_at}. start_at/end_at in RFC3339.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_at | Yes | End time (RFC3339) | |
| symbol | No | Filter by symbol (optional) | |
| start_at | Yes | Start time (RFC3339) |