Get native balance
get-balanceRetrieve the native token balance (e.g., ETH) for any address on a specified blockchain network.
Instructions
Get an address's native-token balance (e.g. ETH) on a given chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet/contract address to check. | |
| chainId | Yes | Chain id, e.g. "1" for Ethereum or "11155111" for Sepolia. |