eth_getBalance
Returns the balance of the account of given address.
REQUEST
HEADERS
REQUEST PARAMS
ADDRESS
[required] - a string representing the address (20 bytes) to check for balanceBLOCK PARAMETER
[required] - a hexadecimal block number, or the string "latest", "earliest" or "pending".
EXAMPLE
RESPONSE
RESULT FIELDS
BALANCE
- hexadecimal of the current balance in wei.
BODY
Last updated