Skip to main content
Glama

get_address_balances

Check token balances for any Ethereum address across multiple blockchain networks simultaneously, providing a unified view of holdings across chains like Ethereum, Arbitrum, and Polygon.

Instructions

Get balances for a specific address across all chains (concurrent execution).

Args: address: Ethereum address to check balances for timeout_seconds: Timeout for the entire operation (default: 30 seconds) Returns: JSON string with balance information across all chains.

Input Schema

NameRequiredDescriptionDefault
addressYes
timeout_secondsNo

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" }, "timeout_seconds": { "default": 30, "title": "Timeout Seconds", "type": "number" } }, "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/VolumeFi/mcpPADEX'

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