Executed order history
t212_list_order_historyRetrieve past executed orders newest first, showing buy/sell details, prices, and taxes. Filter by ticker and paginate through results.
Instructions
Returns past, already-executed orders newest first: what was bought or sold, at what price, and any taxes charged. Use this for questions about trading activity or realised results. Results are paginated — pass the returned nextCursor to continue. Optionally filter to a single ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return in this page. | |
| cursor | No | Opaque cursor from a previous call's nextCursor. Omit for the first page. | |
| ticker | No | Exact Trading 212 ticker to filter by, e.g. AAPL_US_EQ. Omit for all instruments. |