GET
/
operators
/
{address}
/
events
/
delegation

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

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

The address of the operator

Query Parameters

txHash
string

The transaction hash associated with the event

startAt
string

Start date in ISO string format

endAt
string

End date in ISO string format

type
enum<string>

The type of the delegation event

Available options:
DELEGATION,
UNDELEGATION,
SHARES_INCREASED,
SHARES_DECREASED
strategyAddress
string

The contract address of the restaking strategy

stakerAddress
string

The address of the staker

withTokenData
enum<string>
default:
false

Toggle whether the route should return underlying token address and underlying value

Available options:
true,
false
withEthValue
enum<string>
default:
false

Toggle whether the route should return value denominated in ETH

Available options:
true,
false
skip
string
default:
0

The number of records to skip for pagination

take
string
default:
12

The number of records to return for pagination

Response

200 - application/json
args
object
required
blockNumber
number
required

The block number of the transaction

blockTime
string
required

The block time of the transaction as an ISO 8601 string

tx
string
required

The transaction hash

type
enum<string>
required

The type of the event

Available options:
DELEGATION,
UNDELEGATION,
SHARES_INCREASED,
SHARES_DECREASED
ethValue
number

The value of the shares in ETH

underlyingToken
string

The contract address of the token associated with this strategy

underlyingValue
number

The value of the shares in terms of the underlying token