Ecosystem Metrics
Retrieve restaking strategies TVL
Returns the combined total value locked (TVL) across all restaking strategies, along with a breakdown of the TVL for each individual strategy.
GET
/
metrics
/
tvl
/
restaking
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.
Query Parameters
withChange
enum<string>
default: falseToggle whether the route should return 24h/7d change for TVL
Available options:
true
, false
Response
200 - application/json
tvl
number
requiredThe value of the combined restaking strategy TVL in ETH
tvlStrategies
object
requiredThe total value locked (TVL) in each restaking strategy, denominated in the strategy's native token
tvlStrategiesEth
object
requiredThe total value locked (TVL) in each restaking strategy, denominated in ETH
change24h
object
change7d
object
Was this page helpful?