Rewards

A series of endpoints that drill down on rewards metrics for both entities (operators), delegators, and eigenpods.

Entity Rewards

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. The address used to query is given by the earner field in the response.

Delegator Rewards

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. The address used to query is given by the earner field in the response.

Eigenpod Rewards

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.

Last updated