GET
/
operators
/
{address}
curl --request GET \
  --url https://api.eigenexplorer.com/operators/{address}
{
  "address": "0x09e6eb09213bdd3698bd8afb43ec3cb0ecff683a",
  "metadataName": "Example AVS Operator",
  "metadataDescription": "This is an example AVS operator",
  "metadataDiscord": "https://discord.com/invite/abcdefghij",
  "metadataLogo": "<string>",
  "metadataTelegram": "https://t.me/acme",
  "metadataWebsite": "https://acme.com",
  "metadataX": "https://twitter.com/acme",
  "shares": [
    {
      "strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d",
      "shares": "135064894598947935263152"
    },
    {
      "strategyAddress": "0x54945180db7943c0ed0fee7edab2bd24620256bc",
      "shares": "9323641881708650182301"
    }
  ],
  "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

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

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

shares
object[]
required

The strategy shares held in the AVS operator

totalStakers
number
required

The total number of stakers opted into the AVS operator

tvl
object

The total value locked (TVL) in the AVS operator