Get transaction history
get_transactionsRetrieve transaction history for a tastytrade account, including trades, money movements, and fees. Filter by date range, symbol, or instrument type.
Instructions
Get transaction history for an account (trades, money movements, fees).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_number | Yes | The account number | |
| start_date | No | Earliest transaction date, YYYY-MM-DD | |
| end_date | No | Latest transaction date, YYYY-MM-DD | |
| underlying_symbol | No | Filter by underlying symbol | |
| instrument_type | No | Filter by instrument type | |
| per_page | No | Results per page (default 50) | |
| page_offset | No | Page offset for pagination |