eth_getBalance
Returns the balance of the account of a specific address.
Request Payload
{address}
- Address to retrieve balance.
{blockParameter}
- integer block number, or the string 'latest', 'earliest', or 'pending'.Result Fields
{balance}
- Current balance.Last modified 9mo ago