Get rewards by Delegator.
Rewards
Get rewards by Delegator.
Returns the rewards of a Delegator with specified granularity (day or week)
GET
Get rewards by Delegator.
Using this endpoint, you can query per delegator using its delegator address, and you will see that particular delegator’s rewards history, broken down per token. It gives the amount per token, the date when they were distributed (
date), and the date when they are claimable (activatedAt given in milliseconds). The ETH and USD prices of the token are also given based on the day when the rewards are claimable. Pricing data is provided by Coingecko.
Based on the granularity parameter, the rewards can be aggregated on a weekly (week) or daily (day) basis.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
mainnet, hoodi, holesky Path Parameters
Query Parameters
Start date
Example:
"2023-01-01"
End date
Example:
"2023-12-31"
Granularity of the rewards data (day or week). Defaults to day.
The number of results returned per page
Required range:
x >= 0The number of results to skip before starting to return
Required range:
x >= 0