powered by
Returns the balance (in Wei) of the account at specified address.
eth_getBalance(address = NULL, number = "latest")
A 20 byte (hexadecimal) Ethereum address.
An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".
Integer.
# NOT RUN { eth_getBalance() eth_getBalance("0xD34DA389374CAAD1A048FBDC4569AAE33fD5a375") # }
Run the code above in your browser using DataLab