Skip to main content
Glama

ethereum-tools

by 0xGval

getTokensBalance

Retrieve token balances for any Ethereum wallet address across multiple chains, excluding spam tokens, to simplify wallet analysis and on-chain data management.

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" }

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