Historical Orders
history_ordersRetrieve historical orders for a date range, excluding today. Filter by symbol, paginate US-only URL. Provide start and end dates in RFC3339 format.
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. US accounts only: us_page, us_limit paginate via a separate US order endpoint (default page size 20 — pass us_page to see more than the first page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_at | Yes | End time (RFC3339) | |
| symbol | No | Filter by symbol (optional) | |
| us_page | No | US accounts only, history_orders tool only: page number (default 1). | |
| start_at | Yes | Start time (RFC3339) | |
| us_limit | No | US accounts only, history_orders tool only: page size (default 20). |