Returns a list of all registration 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.
API Token for authentication
The address of the operator
"0xDbEd88D83176316fc46797B43aDeE927Dc2ff2F5"
The transaction hash associated with the event
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 status of Registration
REGISTERED
, DEREGISTERED
The address of the avs
The number of records to skip for pagination
0
The number of records to return for pagination
12
The registration events found for the operator.
The response is of type object
.
Returns a list of all registration 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.
API Token for authentication
The address of the operator
"0xDbEd88D83176316fc46797B43aDeE927Dc2ff2F5"
The transaction hash associated with the event
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 status of Registration
REGISTERED
, DEREGISTERED
The address of the avs
The number of records to skip for pagination
0
The number of records to return for pagination
12
The registration events found for the operator.
The response is of type object
.