EVM RPC API
eth_getBalance
Returns the balance of an account for a given address.
Parameters
DATA
, 20 Bytes - Address to check for balanceTAG
- Integer block number or one of “earliest”, “latest” or “pending”
Returns
QUANTITY
- Integer of the current balance in wei
POST
Path Parameters
Body
application/json