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
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.
Headers
API Token for authentication
Query Parameters
Toggle whether the route should return 24h/7d change for TVL
Available options:
true
, false
Example:
"false"
Response
200
application/json
The value of combined restaking strategy TVL and a breakdown of the TVL for each individual strategy.
The value of the combined restaking strategy TVL in ETH
Example:
1000000
The total value locked (TVL) in each restaking strategy, denominated in the strategy's native token
Example:
{ "cbETH": 1000000, "stETH": 2000000 }
The total value locked (TVL) in each restaking strategy, denominated in ETH
Example:
{ "cbETH": 1000000, "stETH": 2000000 }