eth_getBalance
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the balance of the account of a given address.
address
: [Required] 20 bytes. A string representing the address to check for balance.
block parameter
: A string representing a block number, block hash, or one of the string tags latest
, earliest
, pending
, safe
, or finalized
. See the .
A hexadecimal of the current balance (in wei) for the account at the given address.