Retrieve all delegation events for a given operator address
Returns a list of all delegation events for a given operator address.
The default date range between startAt
and endAt
is 7 days, with startAt
set 7 days before endAt
.
By default, endAt
is set to the current timestamp (now).
The maximum allowed date range is 30 days.
Headers
API Token for authentication
Path Parameters
The address of the operator
Query Parameters
The transaction hash associated with the event
Start date in ISO string format
End date in ISO string format
The type of the delegation event
DELEGATION
, UNDELEGATION
, SHARES_INCREASED
, SHARES_DECREASED
The contract address of the restaking strategy
The address of the staker
Toggle whether the route should return underlying token address and underlying value
true
, false
Toggle whether the route should return value denominated in ETH
true
, false
The number of records to skip for pagination
The number of records to return for pagination
Response
The block number of the transaction
The block time of the transaction as an ISO 8601 string
The transaction hash
The type of the event
DELEGATION
, UNDELEGATION
, SHARES_INCREASED
, SHARES_DECREASED
The value of the shares in ETH
The contract address of the token associated with this strategy
The value of the shares in terms of the underlying token