Skip to main content
Glama

ethereum-tools

by 0xGval

getEthBalance

Retrieve the Ethereum balance of any wallet address on the Ethereum blockchain using the 'getEthBalance' tool, part of the ethereum-tools MCP server for on-chain data analysis.

Input Schema

NameRequiredDescriptionDefault
addressYes

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