Retrieve an AVS by address
Returns a single AVS record by address.
Headers
API Token for authentication
Path Parameters
AVS service manager contract address
"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"
Query Parameters
Toggle whether the route should calculate the TVL from shares
true
, false
"false"
Toggle whether the route should send curated metadata
true
, false
"false"
Toggle whether the route should return Avs/Operator rewards APY data
true
, false
"false"
Response
AVS service manager contract address
"0x35f4f28a8d3ff20eed10e087e8f96ea2641e6aa1"
The name of the AVS
"Example AVS"
The description of the AVS
"This is an example AVS"
The URL of the AVS's Discord server
"https://discord.com/invite/abcdefghij"
The URL of the AVS's logo
The URL of the AVS's Telegram channel
"https://t.me/acme"
The URL of the AVS's website
"https://acme.com"
The URL of the AVS's X
"https://twitter.com/acme"
The total number of stakers staking in the AVS
10
The total number of operators operating the AVS
10
The max APY for the AVS across all the strategies
"1.0"
The block number at which the AVS was created
"19631203"
The block number at which the AVS was last updated
"19631203"
The time stamp at which the AVS was created
"2024-04-11T08:31:11.000Z"
The time stamp at which the AVS was last updated
"2024-04-11T08:31:11.000Z"
The strategy shares held in the AVS
[
{
"strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d",
"shares": "1000000000000000000000"
},
{
"strategyAddress": "0x54945180db7943c0ed0fee7edab2bd24620256bc",
"shares": "1000000000000000000000"
}
]
The reward details for the AVS, including strategies and APYs
To curate visibility and additional information of the AVS
{
"avsAddress": "0x2344c0fe02ccd2b32155ca0ffcb1978a6d96a552",
"metadataName": "Example AVS",
"metadataDescription": "This is an example AVS",
"metadataDiscord": "https://discord.com/invite/example",
"metadataLogo": "The URL of the AVS's logo",
"metadataTelegram": "The URL of the AVS's Telegram channel",
"metadataWebsite": "https://example.com",
"metadataX": "https://twitter.com/example",
"metadataGithub": "https://github.com/example",
"metadataTokenAddress": "0x2344c0fe02ccd2b32155ca0ffcb1978a6d96a552",
"tags": ["Example tag 1", "Example tag 2"],
"isVisible": true,
"isVerified": true
}
The total value locked (TVL) in the AVS
{
"tvl": 1000000,
"tvlBeaconChain": 1000000,
"tvlWETH": 1000000,
"tvlRestaking": 1000000,
"tvlStrategies": { "Eigen": 1000000, "cbETH": 2000000 },
"tvlStrategiesEth": { "stETH": 1000000, "cbETH": 2000000 }
}