explorer_get_historical_balance
Retrieve the native token balance of any address at a specific historical block number to audit past holdings, verify transactions, or analyze account state changes.
Instructions
Get the native 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 |