Get Transaction History
octav_get_transactionsFetch transaction history for up to 10 wallet addresses, filtered by chain, transaction type, and date range. Paginate results with up to 250 transactions per request.
Instructions
Query transaction history with filtering and pagination. Filter by chain, type, date range. Max 250 transactions per request. Costs 1 credit per address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by transaction type (e.g., transfer, swap, stake) | |
| chain | No | Filter by specific chain (e.g., ethereum, solana, arbitrum) | |
| limit | No | Number of transactions to return (default: 50, max: 250) | |
| offset | No | Pagination offset (default: 0) | |
| endDate | No | End date for filtering (YYYY-MM-DD) | |
| addresses | Yes | Array of wallet addresses (EVM: 0x... or Solana base58). Max 10 addresses. | |
| startDate | No | Start date for filtering (YYYY-MM-DD) |