v1
latestOpenAPI 3.0.02026-07-26541677.9 KBEthereum API
eth_getBalance
Returns the balance of the given address
post/eth_getBalance
Request body
Response
Returns the account balance
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x4563918244f40000"
}