eth_getBalance
Returns the balance of the account of given address.
Parameters
ADDRESS
[required] a string representing the address (20 bytes) to check for balance.BLOCK-NUMBER
[required] a hexadecimal block number, or the stringlatest
,earliest
orpending
, See the default block parameter.
Request
Response
Hexadecimal of the current balance in Wei.
Last updated