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— account address in hex format (21‑byte, starts with41).
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.
 
curl example
Shell
rewards are returned in sun (1 TRX = 1,000,000 sun). If you have a base58 address, convert it to a 21‑byte hex address (leading 
41…) before calling this endpoint. Claim rewards with wallet/withdrawbalance.Query Parameters
Account address in hex format (21-byte, starts with 41)
Response
200 - application/json
Witness rewards information
Total reward amount in sun (1 TRX = 1,000,000 sun)