GET
/
avs
/
{address}
curl --request GET \
  --url https://api.eigenexplorer.com/avs/{address}
{
  "address": "0x35f4f28a8d3ff20eed10e087e8f96ea2641e6aa1",
  "metadataName": "Example AVS",
  "metadataDescription": "This is an example AVS",
  "metadataDiscord": "https://discord.com/invite/abcdefghij",
  "metadataLogo": "<string>",
  "metadataTelegram": "https://t.me/acme",
  "metadataWebsite": "https://acme.com",
  "metadataX": "https://twitter.com/acme",
  "restakeableStrategies": [
    "0x35f4f28a8d3ff20eed10e087e8f96ea2641e6aa1"
  ],
  "createdAtBlock": "19631203",
  "updatedAtBlock": "19631203",
  "createdAt": "2024-04-11T08:31:11.000Z",
  "updatedAt": "2024-04-11T08:31:11.000Z",
  "shares": [
    {
      "strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d",
      "shares": "135064894598947935263152"
    },
    {
      "strategyAddress": "0x54945180db7943c0ed0fee7edab2bd24620256bc",
      "shares": "9323641881708650182301"
    }
  ],
  "totalOperators": 10,
  "totalStakers": 10,
  "tvl": {
    "tvl": 1000000,
    "tvlBeaconChain": 1000000,
    "tvlWETH": 1000000,
    "tvlRestaking": 1000000,
    "tvlStrategies": {
      "Eigen": 1000000,
      "cbETH": 2000000
    },
    "tvlStrategiesEth": {
      "stETH": 1000000,
      "cbETH": 2000000
    }
  }
}

Path Parameters

address
string
required

Query Parameters

withTvl
enum<string>
default: false

Toggle whether the route should calculate the TVL from shares

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

restakeableStrategies
string[]
required

The list of supported restaking strategies

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

totalOperators
number
required

The total number of operators operating the AVS

totalStakers
number
required

The total number of stakers staking in the AVS

tvl
object

The total value locked (TVL) in the AVS