GET
/
operators
/
{address}

Path Parameters

address
string
required

The address of the operator

Query Parameters

withTvl
enum<string>
default: false

Toggle whether the route should calculate the TVL from shares

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

Toggle whether to return additional data for each AVS registration for a given Operator

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

Toggle whether the route should return Avs/Operator rewards APY data

Available options:
true,
false

Response

200 - application/json
address
string
required

The contract address of the AVS operator

metadataName
string
required

The name of the AVS operator

metadataDescription
string | null
required

The description of the AVS operator

metadataDiscord
string | null
required

The URL of the AVS operator's Discord server

metadataLogo
string | null
required

The URL of the AVS operator's logo

metadataTelegram
string | null
required

The URL of the AVS operator's Telegram channel

metadataWebsite
string | null
required

The URL of the AVS operator's website

metadataX
string | null
required

The URL of the AVS operator's X

totalStakers
number
required

The total number of stakers who have delegated to this AVS operator

totalAvs
number
required

The total number of AVS opted by the AVS operator

apy
string
required

The latest APY recorded for the operator

createdAtBlock
string
required

The block number at which the AVS Operator was registered

updatedAtBlock
string
required

The block number at which the AVS Operator registration was last updated

createdAt
string
required

The time stamp at which the AVS Operator was registered

updatedAt
string
required

The time stamp at which the AVS Operator registration was last updated

shares
object[]
required

The strategy shares held in the AVS operator

avsRegistrations
object[]
required

Detailed AVS registrations information for the operator

rewards
object
required

The rewards information for the operator

tvl
object

The total value locked (TVL) in the AVS operator