eth_getBalance
Returns the balance of the account of given address and block height.
Parameters
Address
.Quantity
ortag
- choose 1 of the following options:A hexadecimal block number.
"earliest"
- the earliest/genesis block."latest"
- the latest mined block."safe"
- the latest safe head block."finalized"
- the latest finalized block."pending"
- the pending state/transactions.
Sample Request
Sample Response
Last updated