GET
/
avs
curl --request GET \
  --url https://api.eigenexplorer.com/avs
{
  "data": [
    {
      "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
        }
      }
    }
  ],
  "meta": {
    "total": 30,
    "skip": 123,
    "take": 12
  }
}

Query Parameters

withTvl
enum<string>
default: false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false
skip
string
default: 0

The number of records to skip for pagination

take
string
default: 12

The number of records to return for pagination

Response

200 - application/json
data
object[]
required
meta
object
required