Get EVM Balance Through GenLayer
genlayer_eth_get_balanceRetrieve the ETH balance of any wallet or contract address using GenLayer RPC. Specify the address and optional block tag to get the current or historical balance.
Instructions
Call eth_getBalance through the configured GenLayer RPC endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet or contract address to inspect. | |
| blockTag | No | Ethereum block tag, for example latest, pending, or a hex block number. | latest |