GetReward
Parameters
Returns
// Result
{
"reward": 7101725221997
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/walletsolidity/getReward \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"address": "TCuM8e98jmPwT1RU2jW7dekUC5HpXbGzFG",
"visible": true
}
'Last updated
Was this helpful?