AVS
Retrieve all registration events for a given AVS address
Returns a list of all registration events for a given AVS address.
GET
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
AVS service manager contract address
Example:
"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"
Query Parameters
The transaction hash associated with the event
Start date in ISO string format
Example:
"2024-11-15T00:00:00.000Z"
End date in ISO string format
Example:
"2024-12-15T00:00:00.000Z"
The status of Registration
Available options:
REGISTERED
, DEREGISTERED
The address of the operator
The number of records to skip for pagination
Example:
0
The number of records to return for pagination
Example:
12
Response
200
application/json
The registration events found for the AVS.
The response is of type object
.