Skip to main content
GET
Retrieve details about an operator-set for an AVS

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

AVS service manager contract address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"

operatorSetId
number
required

The ID of the operator-set

Example:

1

Response

The information about operator-set.

avsAddress
string
required

The AVS contract address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xba7cda36abeb28ad200591e6e4a963359b1f43df"

operatorSetId
number
required

The ID of the operator-set

Example:

0

strategies
string[]
required

Array of strategy contract addresses

The strategy contract address

Pattern: ^0x[a-fA-F0-9]{40}$
totalStakers
number
required

The count of stakers whose delegated operator is registered in the operator-set

Example:

1

totalOperators
number
required

The count of operators registered in the operator-set

Example:

1

allocations
object[]
required
createdAt
string
required

The timestamp when the record was created as an ISO 8601 string

Example:

"2025-02-01T00:00:00.000Z"

createdAtBlock
number
required

The block number when the record was created

Example:

3325343

updatedAt
string
required

The timestamp when the record was last updated as an ISO 8601 string

Example:

"2025-02-01T00:00:00.000Z"

updatedAtBlock
number
required

The block number when the record was last updated

Example:

3325343