Skip to main content
Glama

wallet-inspector-mcp

get_wallet_balance

Query cryptocurrency wallet balances across EVM and Solana blockchains by providing a valid wallet address. Returns token amounts and USD values in a formatted table.

Instructions

Query the balance of a specified wallet address across supported EVM and Solana blockchains. Parameters: wallet_address (str): The wallet address to query (e.g., '0x123...' for EVM chains like Ethereum, Polygon, BSC, or 'DYw8jCT...' for Solana). Must be a valid address for the target chain. Returns: str: Formatted table with balance information (chain, token amount, USD value) for supported chains or an error message.

Input Schema

NameRequiredDescriptionDefault
wallet_addressYes

Input Schema (JSON Schema)

{ "properties": { "wallet_address": { "title": "Wallet Address", "type": "string" } }, "required": [ "wallet_address" ], "type": "object" }

Other Tools from wallet-inspector-mcp

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/kukapay/wallet-inspector-mcp'

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