GET
/
metrics
/
tvl
/
restaking
curl --request GET \
  --url https://api.eigenexplorer.com/metrics/tvl/restaking
{
  "tvl": 1000000,
  "tvlStrategies": {
    "cbETH": 1000000,
    "stETH": 2000000
  },
  "tvlStrategiesEth": {
    "cbETH": 1000000,
    "stETH": 2000000
  }
}

The total TVL (“tvl”), 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 value of the combined restaking strategy TVL in ETH

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