Metadata
A series of endpoints that drill down on metadata-related metrics for both delegators and entities (operators).
Eigenlayer Delegations
These endpoints return information about the delegation history on Eigenlayer.
Using this endpoint, you can query per delegator using its delegator address, and you will see that particular delegator's delegation history per operator. Returned information includes the start date (fromDate
) and end dates (toDate)
of the delegation. If toDate
is None
, it means the address is currently delegated to that operator.
This endpoint behaves similar to GET /v1/eigenlayer/delegators/{delegator_address}/delegations endpoint, except that is acts at an operator level. By querying the endpoint using an operator's specific address, you can see the history of delegators that have delegated to this operator. Delegations wherein toDate
is None
means those are active.
Stake State
Entity Stake State
This endpoint allows you to query the daily stake and shares balance of an operator based on their operator address, the specific strategy, and token address.
Eigenpod Stake State
This endpoint allows you to query the daily stake and shares balance of a specific eigenpod based on their operator address, the specific strategy, and token address.
Delegator Stake State
This endpoint allows you to query the daily stake and shares balance of a specific delegator based on their delegator address, given by the earner
field in the response.
API Metadata
Use this endpoint to know the latest freshness of the rewards endpoints and the stake state API endpoints for Eigenlayer.
Last updated