Historical Orders
history_ordersGet historical orders between dates (excluding today) with details on 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 |
|---|---|---|---|
| symbol | No | Filter by symbol (optional) | |
| start_at | Yes | Start time (RFC3339) | |
| end_at | Yes | End time (RFC3339) |