eth_getBalanceValues RPC Method
Parameters
address
string
REQUIRED
The address (20 bytes) to check for balance
blockNumber
string
REQUIRED
The block number in hexadecimal format or the tags (latest, earliest, pending, safe or finalized)
Returns
result
The result object which contains the folllowing fields:
flags
The flags indicating specific attributes or characteristics of the account
fixed
The fixed data associated with the account
shares
The shares associated with the account
remainder
The remainder field indicating any remainder or residual information about the account
Request
1curl https://docs-demo.blast-sepolia.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"method":"eth_getBalanceValues","params":["0x4200000000000000000000000000000000000000","latest"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free