Skip to main content
Glama

Web3 MCP Server

getEvmTokenBalance

Retrieve ERC-20 token balances for any EVM-compatible address across networks like Ethereum, Polygon, and BSC by specifying the wallet and token contract address.

Instructions

Get ERC-20 token balance for an address on any supported EVM network

Input Schema

NameRequiredDescriptionDefault
addressYesEVM account address
networkYesNetwork name (ethereum, base, arbitrum, optimism, bsc, polygon, avalanche)
tokenAddressYesERC-20 token contract address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "EVM account address", "type": "string" }, "network": { "description": "Network name (ethereum, base, arbitrum, optimism, bsc, polygon, avalanche)", "type": "string" }, "tokenAddress": { "description": "ERC-20 token contract address", "type": "string" } }, "required": [ "address", "tokenAddress", "network" ], "type": "object" }

You must be authenticated.

Other Tools from Web3 MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/strangelove-ventures/web3-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server