explorer_get_tx_history
Fetch paginated transaction history for an address on a specified chain, optionally filtered by block range and method.
Instructions
Get transaction history for an address, optionally filtered by block range and method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| endBlock | No | End block number | |
| pageSize | No | Results per page (default varies by endpoint) | |
| startBlock | No | Start block number |