GET
/
operators
/
{address}
/
events
/
registration-status

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

status
enum<string>

The status of Registration

Available options:
REGISTERED,
DEREGISTERED
avsAddress
string

The address of the avs

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:
REGISTRATION_STATUS