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.

Last updated