v1
latestOpenAPI 3.1.02026-07-265086129.5 KBRobinhood Chain
Get balances
Get an owner's ETH and WETH balances on Robinhood Chain — plus an optional token balance — in one round-trip.
get/evm/rh/balances
Query parameters
ownerstring required
Owner wallet address. Accepts any casing; normalized to EIP-55 checksum form.
tokenAddressstring
Optional token address to also return the owner's token balance for. When omitted, tokenWei is null.
Response
Successfully retrieved balances
Example response
{
"success": true
}