getWalletBalance
Query the ETH balance of an Ethereum wallet by providing its address. Optionally, specify a chain ID or network name to retrieve balance data across different Ethereum networks.
Instructions
Get the ETH balance of a wallet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to query | |
chainId | No | Optional. The chain ID to use. If provided with a named network and they don't match, the RPC's chain ID will be used. | |
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. |