This endpoint returns the delegation history of delegators to an operator address
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.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
The number of results returned per page
x >= 0
The number of results to skip before starting to return
x >= 0
Successful Response
The response is of type object
.