Skip to main content
Glama

get_etf_balance

Check ETF token balance for any wallet address across multiple blockchain networks including Ethereum, Arbitrum, and Polygon. Retrieve token holdings data by specifying chain ID and token contract address.

Instructions

Get ETF token balance for a wallet address.

Args: chain_id: Chain ID (1, 10, 56, 100, 137, 8453, 42161) etf_token_address: Address of the ETF token wallet_address: Wallet address to check (defaults to server wallet) Returns: JSON string with ETF token balance information.

Input Schema

NameRequiredDescriptionDefault
chain_idYes
etf_token_addressYes
wallet_addressNo

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "title": "Chain Id", "type": "string" }, "etf_token_address": { "title": "Etf Token Address", "type": "string" }, "wallet_address": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Wallet Address" } }, "required": [ "chain_id", "etf_token_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