Get validator rewards metrics
This endpoint returns the historical rewards earned by a single validator and their potential rewards.
Using this endpoint, you can query the historical daily rewards of a validator by their unique node_id
. In Avalanche, rewards are distributed at the end of validation periods for validators (VALIDATOR
and VALIDATOR_FEE
reward types) and delegation periods for delegators (DELEGATOR
reward type). This is how we match the rewards to a particular date. We match delegator rewards to the validator where delegators have staked/delegated to in order to give a full picture of rewards related to a validator.
As mentioned earlier, there are different reward types but Avalanche also computes the maximum potential reward a validator can receive at the end of validation and delegation periods. This is based on a validator having 100% uptime for its validation period (i.e. receiving the maximum rewards possible). In the response, this is given by the prefix potential_
and is specified per reward type, wherein we return these potential rewards as of a particular date.
Path Parameters
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
End date
Start date