Skip to main content
POST
eth_getBalance
Robinhood Chain API method that returns the balance of a specific account in Wei, the smallest unit of ether.

Parameters

  • address — the address to check the balance of
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • quantity — the integer value of the current balance in Wei

eth_getBalance code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getBalance
params
string[]

The address to check for balance.

Response

200 - application/json

Returns the balance of the account of given address.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026