Ecosystem Metrics
Retrieve a strategy TVL by address
Returns the total value locked (TVL) in a specific LST strategy.
GET
/
metrics
/
tvl
/
restaking
/
{strategy}
Path Parameters
strategy
string
requiredThe address of the restaking strategy
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 restaking strategy TVL, denominated in the strategy's native token
tvlEth
number
requiredThe value of the restaking strategy TVL, denominated in ETH
change24h
object
change7d
object
Was this page helpful?