eth_getBalance
eth_getBalance RPC Method
Last updated
eth_getBalance RPC Method
Last updated
Parameters:
address - string - The address (20 bytes) to check for balance
blockNumber/tag - string - 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
Returns:
result - The ETH balance of the specified address in hexadecimal value, measured in wei
Code Examples: