Skip to main content
Glama

ethereum-tools

by 0xGval

getTokensBalance

Check token balances for any Ethereum wallet address across specified chains, excluding spam tokens by default, using this blockchain analysis tool.

Input Schema

NameRequiredDescriptionDefault
addressYes
chainNoeth
excludeSpamNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "chain": { "default": "eth", "type": "string" }, "excludeSpam": { "default": true, "type": "boolean" } }, "required": [ "address" ], "type": "object" }

Other Tools from ethereum-tools

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/0xGval/evm-mcp-tools'

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