get_eth_balance
Retrieve the ETH balance of any Ethereum address. Use for quick portfolio checks or verifying funds before a transaction.
Instructions
Check ETH balance for any Ethereum address. Returns balance in ETH (not wei). Use for quick portfolio checks or verifying funds before a transaction. Returns: {address: string, balance_eth: string}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (0x...) to check balance for |