Get stake pool/validator rewards metrics
This endpoint returns the historical rewards earned by a single stake pool/validator.
Using this endpoint, you can query the historical daily rewards of a stake pool/validator by their unique poolId
, which is a hash in the form of pool
+ 52 characters (ex: pool12vx0utf438rpxskmvwm870vpz6qnurdqekzjea39jzl7gs3hhhl
) or poolHashId
which is the hashed version of the poolId
. These rewards are denominated in ADA.
totalRealizedDelegatorRewards
and totalRealizedValidatorRewards
refer to rewards already distributed to the members/delegators and stake pool owners/validators respectively based on the epoch when they were distributed. Meanwhile, totalEarnedDelegatorRewards
and totalEarnedValidatorRewards
refer to the rewards earned for an epoch but not yet distributed. These rewards are already net of the 20% cut that the treasury takes.
In terms of timing, we align these rewards according to the day when an epoch ended.
Path Parameters
Query Parameters
The number of results returned per page
The number of results to skip before starting to return
Start date
End date