Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address
— hexadecimal address of the account to query for reward information
Response
reward
— total amount of TRX rewards available for withdrawal (in sun units, where 1 TRX = 1,000,000 sun)
Use case
Thewallet/getreward
method is used for:
- Checking available voting rewards before claiming them.
- Monitoring reward accumulation from witness voting activities.
- Building reward tracking dashboards for voter accounts.
- Calculating potential returns from voting for specific witnesses.
- Automating reward claim notifications and processes.
Rewards are accumulated automatically when you vote for witnesses who share their block production rewards. The reward amount is returned in sun units (1 TRX = 1,000,000 sun). Use the
withdrawbalance
method to claim accumulated rewards.Body
application/json
Account address in hex format
Response
200 - application/json
Witness rewards information
Total reward amount in sun (1 TRX = 1,000,000 sun)