explorer_get_token_transfers
Retrieve ERC-20 token transfer history for a wallet address, with optional filtering by token contract and block range.
Instructions
Get ERC-20 token transfer history for an address, optionally filtered by token contract.
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 | |
| tokenContract | No | Filter by token contract address |