eth_getBalance - Ethereum
Shows a balance of an account on the chosen address in wei
How to Use the eth_getBalance Method
Parameters
DATA, 20 Bytes - an address which balance you are checking.
QUANTITY|TAG - the string "latest", "earliest" or "pending", or an integer block number.
What you receive
QUANTITY - the chosen address’ balance in wei presented as an integer.
Sample
Here is a typical appliance example.
Call
Sample
Last updated