Etherscan MCP Tool

get_token_holders_count

Retrieve the total number of token holders for a specified token address on any blockchain network by providing the chain ID and token address.

Instructions

Get the number of token holders for a given token address

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe chain ID
token_addressYesThe address of the token

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "description": "The chain ID", "type": "integer" }, "token_address": { "description": "The address of the token", "type": "string" } }, "required": [ "chain_id", "token_address" ], "type": "object" }
ID: rv77my90b6