Skip to main content
GET
ValidatorHistoricalRewards

Path Parameters

validatorAddress
string
required

validator_address defines the validator address to query for.

period
string<uint64>
required

period defines the period to query historical rewards for.

Response

A successful response.

QueryValidatorHistoricalRewardsResponse is the response type for the Query/ValidatorHistoricalRewards RPC method.

rewards
ValidatorHistoricalRewards represents historical rewards for a validator. Height is implicit within the store key. Cumulative reward ratio is the sum from the zeroeth period until this period of rewards / tokens, per the spec. The reference count indicates the number of objects which might need to reference this historical entry at any point. ReferenceCount = number of outstanding delegations which ended the associated period (and might need to read that record) + number of slashes which ended the associated period (and might need to read that record) + one per validator for the zeroeth period, set on initialization · object | null

rewards defines the historical rewards of a validator.