/ DEVELOPERS / API / ETH_GETBALANCE

eth_getBalance

Get account balance in Wei.

eth_getBalance

Get account balance in Wei.

eth_*category: accountreturns: hex Wei
Share link

Parameters

valid

EVM address

Block tag — only 'latest' is honoured today

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xe20E4bE36144aF17eb87509077D02F8C38423Bf7","latest"],"id":1}'