explorer_get_historical_token_balance
Get the ERC-20 token balance of a wallet address at any historical block number. Specify chain ID, token contract, and block number to retrieve past holdings.
Instructions
Get the ERC-20 token balance of an address at a specific historical block number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| blockNumber | Yes | Block number for historical query | |
| contractAddress | Yes | Token contract address |