Get ETH Balance of an Address
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Retrieves the balance (in wei) of a given Robinhood Chain address.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for Get ETH Balance of an Address.
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredJSON-RPC method name
paramsArray<string>requiredArray with 2 parameters: 1. Address (20-byte hex string with '0x' prefix) 2. Block tag (e.g., 'latest', 'earliest', 'pending', or block number in hex)
idintegerrequiredRequest ID
Response
200OK
Balance (in wei) as hex string
500Internal Server Error
Upstream node or gateway error.