Etherscan MCP Tool

get_total_supply

Retrieve the total supply of any token by providing its address and chain ID. This tool integrates with blockchain data to deliver accurate supply information across networks.

Instructions

Get the total supply of a token given its 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