GetValidatorRewardStatistics queries reward statistics for a validator including cumulative block rewards, cumulative transaction fee rewards, total cumulative rewards, monthly rewards, and actual APR
Validator operator address
OK
GetValidatorRewardStatisticsResponse contains reward statistics for a validator
Validator operator address
Cumulative block rewards (total rewards from proposing blocks)
Cumulative transaction fee rewards (total commission from transaction fees)
Total cumulative rewards (block rewards + tx fee rewards)
Monthly rewards (rewards in the current month)
24h rewards (rewards in the last 24 hours)
Actual APR (Annual Percentage Rate) based on last 30 days of rewards Calculated as: (last_30d_rewards / staked_amount) * (365 / 30) * 100
Timestamp when statistics were calculated