Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Balance Inquiry

Query the ETH balance of an Ethereum address.

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "mcpwallet_get_balance",
    "arguments": {
      "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
    }
  }
}