Find Transactions
find_transactionsRetrieve Rotki transaction history within a specified time range. Filter by transaction hashes or counterparties, with pagination options for tailored results.
Instructions
Find transactions within a specific time range with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 200) | |
| offset | No | Pagination offset (default: 0) | |
| to_ts_ms | Yes | End timestamp in milliseconds | |
| tx_hashes | No | Filter by transaction hashes | |
| from_ts_ms | Yes | Start timestamp in milliseconds | |
| counterparties | No | Filter by counterparties |