eth_getBalance
Parameters
Returns
// Result
{
"id":83,
"jsonrpc": "2.0",
"result": "0xd3c3b98d826609e80000"
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0x41f0cc5a2a84cd0f68ed1667070934542d673acbd8", "latest"],"id":1}'
Last updated
Was this helpful?