GET
/
metrics
curl --request GET \
  --url https://api.eigenexplorer.com/metrics
{
  "tvl": 1000000,
  "tvlRestaking": 1000000,
  "tvlStrategies": {
    "cbETH": 1000000,
    "stETH": 2000000
  },
  "tvlStrategiesEth": {
    "cbETH": 1000000,
    "stETH": 2000000
  },
  "tvlBeaconChain": 1000000,
  "totalAVS": 10,
  "totalOperators": 10,
  "totalStakers": 10
}

The total TVL (“tvl”) and TVL Restaking (“tvlRestaking”), normalized in ETH, do not include the TVL of Eigen tokens as they are currently not transferable. Eigen TVL is denominated in Eigen tokens.

Response

200 - application/json
tvl
number
required

The total value locked (TVL) in ETH in the EigenLayer ecosystem

tvlRestaking
number
required

The total value locked (TVL) in ETH in all restaking strategies

tvlStrategies
object
required

The total value locked (TVL) in each restaking strategy, denominated in the strategy's native token

tvlStrategiesEth
object
required

The total value locked (TVL) in each restaking strategy, denominated in ETH

tvlBeaconChain
number
required

The total value locked (TVL) in ETH in the beacon chain ETH strategy

totalAVS
number
required

The total number of AVS

totalOperators
number
required

The total number of operators

totalStakers
number
required

The total number of stakers