GetReward
Last updated
Was this helpful?
Get the rewards that a Super Representative or a user has not yet withdrawn (Confirmed state).
This method will use 30 Compute Units.
address - String - User's address
visible - Boolean - Optional - Specifies whether the address is in Base58 format (default: false).
reward - long : Voting rewards
// 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?
Was this helpful?