get_token_holders_count
Retrieve the token holder count for a specific Ethereum token by providing its address and chain ID using Etherscan MCP for blockchain data queries.
Instructions
Get the number of token holders for a given token address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The chain ID | |
| token_address | Yes | The address of the token |