eth_getBalance
Parameters
Returns
Example
curl https://rpc.testnet.radiustech.xyz/<YOUR-RPC-ENDPOINT> \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"jsonrpc": "2.0",
"method": "eth_getBalance",
"params": [
"0x9ac562D0B256D178155B878a54AdF1FFA13356fF",
"latest"
],
"id": 1
}
'{
"jsonrpc": "2.0",
"result": "0x1bc16d674ec80000",
"id": 1
}Last updated
Was this helpful?

