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 uniqueDocumentation Index
Fetch the complete documentation index at: https://docs.rated.network/llms.txt
Use this file to discover all available pages before exploring further.
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.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of results returned per page
The number of results to skip before starting to return
Start date
"2023-01-01"
End date
"2023-12-31"