Ecosystem Metrics
Retrieve total TVL
Returns the total value locked (TVL) in all restaking strategies and Beacon Chain restaking.
GET
/
metrics
/
tvl
The total TVL (“tvl”), normalized in ETH
, does not include the TVL of
Eigen
tokens as they are currently not transferable and therefore do not
have an exchange rate with ETH
.
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 TVL in ETH
change24h
object
change7d
object
Was this page helpful?