eth_getBalance RPC Method
Parameters
address
string
REQUIRED
The address (20 bytes) to check for balance
blockNumber/tag
string
REQUIRED
The block number in hexadecimal format or the tags (latest, earliest, pending, safe or finalized)
Returns
result
The ETH balance of the specified address in hexadecimal value, measured in wei
Request
1curl https://docs-demo.sei-pacific.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"method":"eth_getBalance","params":["0x36C4aF03ed8EAaA1DAa3dc5eA76245a048F1Ac16", "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