explorer_get_token_supply
Retrieve the total supply of a token on any EVM network, optionally at a specified historical block number.
Instructions
Get the total supply of a token, optionally at a specific historical block number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| blockNumber | No | Block number for historical supply (omit for latest) | |
| contractAddress | Yes | Contract address (0x-prefixed) |