eth_getBalance
Returns the balance of the account of a given address. This method uses 80 credits from your daily balance.
Parameters
address
: [Required] A string representing the address (20 bytes) to check for balance.block parameter
: [Required] A hexadecimal block number, or one of the string tagslatest
,earliest
,pending
,safe
, orfinalized
. See the default block parameter.