explorer_get_top_token_holders
Get the top token holders by balance for any token contract. Provide chain ID and contract address to retrieve a ranked list of top holders.
Instructions
Get the top N token holders by balance for a given token contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of top holders (default 10) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| contractAddress | Yes | Contract address (0x-prefixed) |