eth_getBalance
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the balance of the account of given address.
Parameters
Account
Address
Account to check for balance.
Block
Number
| "latest"
| "earliest"
| "pending"
Block number to execute this call in.
Return Type
HexString<Integer>
- The current balance of the selected block in wei.
Example