Get Historical Orders
get_historical_ordersRetrieve paginated history of all past orders (filled, cancelled, expired) with fill details, taxes, and realised P&L. Optionally filter by ticker.
Instructions
Retrieve paginated history of all past orders (filled, cancelled, expired) with fill details, taxes, realised P&L. Optionally filter by ticker. Uses cursor-based pagination. Rate limit: 6 req / 1m.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (1-50, default 20). | |
| cursor | No | Pagination cursor from a previous response. | |
| ticker | No | Optional ticker filter (e.g. AAPL_US_EQ). |