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] - an integer block number, or the string "latest", "earliest" or "pending", see the default block parameter
EXAMPLE
RESPONSE
RESULT FIELDS
BALANCE
- integer of the current balance in wei.
BODY
Last updated