Rewards
A series of endpoints that drill down on rewards metrics for both entities (operators), delegators, and eigenpods.
Last updated
A series of endpoints that drill down on rewards metrics for both entities (operators), delegators, and eigenpods.
Last updated
This entity rewards endpoint give you a breakdown of all rewards earned by an entity over a specified time period across all networks that they are involved in, broken down per token.
Using this endpoint, you can query per eigenlayer operator using its operator address, and you will see that particular operator'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.
Based on the granularity
parameter, the rewards can be aggregated on a weekly (week
) or daily (day
) basis.
Similar to the Entity Rewards endpoint, this endpoint gives you a breakdown of all rewards earned by a delegator over a specified time period.
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.
Based on the granularity
parameter, the rewards can be aggregated on a weekly (week
) or daily (day
) basis.
The rewards endpoint for eigenpods gives a breakdown of rewards attributed to that eigenpod.
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.
Returns the rewards of an Operator with specified granularity (day or week)
Successful Response
Returns the rewards of a Delegator with specified granularity (day or week)
Successful Response
Returns the rewards of an Eigenpod with specified granularity (day or week)
Successful Response