Get rewards by Eigenpod.
Returns the rewards of an Eigenpod with specified granularity (day or week)
Using this endpoint, you can query it using the eigenpod address and you will see the particular rewards related to that eigenpod, 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.
Based on the granularity
parameter, the rewards can be aggregated on a weekly (week
) or daily (day
) basis.
Headers
An enumeration.
mainnet
, holesky
Path Parameters
Query Parameters
Start date
End date
Granularity of the rewards data (day or week). Defaults to day.
The number of results returned per page
x > 0
The number of results to skip before starting to return
x > 0