eth_getBalance
Returns the balance of given account address in wei. The API credit value for this method is 90
Parameters
address string*REQUIRED
The address (20 bytes) to check for balance
blockNumber/tag string*REQUIRED
The block number in hexadecimal format or the string latest, earliest, pending, safe or finalized (safe and finalized tags are only supported on Ethereum, Gnosis, Arbitrum, Arbitrum Nova and Avalanche C-chain), see the default block parameter description in the official Ethereum documentation
Returns
Results-The ETH balance of the specified address in hexadecimal value, measured in wei
Last updated