curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getreward \
--header 'Content-Type: application/json' \
--data '{
"address": "41b487cdb2d8dc7b2a8e5e7e7b4e3e8b8b8b8b8b"
}'
{
"reward": 1500000000
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getreward \
--header 'Content-Type: application/json' \
--data '{
"address": "41b487cdb2d8dc7b2a8e5e7e7b4e3e8b8b8b8b8b"
}'
{
"reward": 1500000000
}
address
— hexadecimal address of the account to query for reward informationreward
— total amount of TRX rewards available for withdrawal (in sun units, where 1 TRX = 1,000,000 sun)wallet/getreward
method is used for:
withdrawbalance
method to claim accumulated rewards.Witness rewards information
The response is of type object
.
Was this page helpful?