Etherscan MCP

get_token_balance

Retrieve the balance of a specific token for a given Ethereum address, enabling users to monitor token holdings directly from the Ethereum blockchain.

Instructions

Get the balance of a specific token for a specific address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to check the balance for
chain_idYesThe chain ID
token_addressYesThe address of the token

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Etherscan MCP

Related Tools

ID: rfif4j5vmc