/ DEVELOPERS / API / QW_GETBALANCE

qw_getBalance

Get account balance in Wei. Identical to eth_getBalance, but without an optional block-tag parameter (always 'latest').

qw_getBalance

Get account balance in Wei. Identical to eth_getBalance, but without an optional block-tag parameter (always 'latest').

qw_*category: accountreturns: hex Wei
Share link

Parameters

valid

EVM address (0x-prefixed, 20 bytes)

Response

Press Send Request to see a response.

Copy as

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