This endpoint returns the historical rewards earned by a single validator.
Using this endpoint, you can query the historical daily rewards of a validator by their unique stashAccountAddress
, which is the address that manages the staking operations of a validator. The rewards are denominated in DOT and are attributed to a specific day when rewards were claimed.
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"
Successful Response
The response is of type object
.