Retrieve all delegation events for a given staker address
Returns a list of all delegation events for a given staker address.
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 staker
^0x[a-fA-F0-9]{40}$"0xd4fcde9bb1d746Dd7e5463b01Dd819EE06aF25db"
Query Parameters
The transaction hash associated with the event
^0x([A-Fa-f0-9]{64})$Start date in ISO string format
"2024-11-15T00:00:00.000Z"
End date in ISO string format
"2024-12-15T00:00:00.000Z"
The type of the delegation event
DELEGATION, UNDELEGATION, SHARES_INCREASED, SHARES_DECREASED The contract address of the restaking strategy
^0x[a-fA-F0-9]{40}$The address of the operator
^0x[a-fA-F0-9]{40}$Toggle whether the route should return underlying token address and underlying value
true, false "false"
Toggle whether the route should return value denominated in ETH
true, false "false"
The number of records to skip for pagination
0
The number of records to return for pagination
12
Response
The delegation events found for the staker.
The transaction hash
"0xae41958d0342a4485536f701c72723625131680f182eb21f95abdac6d74d0ff0"
The block number of the transaction
21045085
The block time of the transaction as an ISO 8601 string
"2024-10-25T20:41:11.000Z"
The type of the event
DELEGATION, UNDELEGATION, SHARES_INCREASED, SHARES_DECREASED "DELEGATION"
The contract address of the token associated with this strategy
"0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"
The value of the shares in terms of the underlying token
5
The value of the shares in ETH
1