Historical Orders
history_ordersRetrieve historical orders between specified dates, excluding today. Returns order details including 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 |
|---|---|---|---|
| symbol | No | Filter by symbol (optional) | |
| start_at | Yes | Start time (RFC3339) | |
| end_at | Yes | End time (RFC3339) |