curl --request GET \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getReward{
"reward": 1500000000
}curl --request GET \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getReward{
"reward": 1500000000
}address — account address in hex format (21‑byte, starts with 41).reward — total amount of TRX rewards available for withdrawal (in sun units, where 1 TRX = 1,000,000 sun)wallet/getReward method is used for:
curl --request GET \
--url 'https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getReward?address=41b487cdb2d8dc7b2a8e5e7e7b4e3e8b8b8b8b8b' \
--header 'accept: application/json'
41…) before calling this endpoint. Claim rewards with wallet/withdrawbalance.Was this page helpful?