Ethereum RPC MCP Server
by 0xKoda
eth_getBalance
Retrieves the balance of a given Ethereum address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to check balance | |
blockParameter | No | Block parameter (default: "latest") | latest |
Input Schema (JSON Schema)
You must be authenticated.