GET
/
avs
/
{address}

Path Parameters

address
string
required

AVS service manager contract address

Query Parameters

withTvl
enum<string>
default: false

Toggle whether the route should calculate the TVL from shares

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

Toggle whether the route should send curated metadata

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

AVS service manager contract address

metadataName
string
required

The name of the AVS

metadataDescription
string | null
required

The description of the AVS

metadataDiscord
string | null
required

The URL of the AVS's Discord server

metadataLogo
string | null
required

The URL of the AVS's logo

metadataTelegram
string | null
required

The URL of the AVS's Telegram channel

metadataWebsite
string | null
required

The URL of the AVS's website

metadataX
string | null
required

The URL of the AVS's X

totalStakers
number
required

The total number of stakers staking in the AVS

totalOperators
number
required

The total number of operators operating the AVS

apy
string
required

The latest APY recorded for the AVS

createdAtBlock
string
required

The block number at which the AVS was created

updatedAtBlock
string
required

The block number at which the AVS was last updated

createdAt
string
required

The time stamp at which the AVS was created

updatedAt
string
required

The time stamp at which the AVS was last updated

shares
object[]
required

The strategy shares held in the AVS

curatedMetadata
object

To curate visibility and additional information of the AVS

tvl
object

The total value locked (TVL) in the AVS

rewards
object

The rewards and APY information of the AVS strategies