Ecosystem Metrics
Retrieve restaking ratio
Returns restaking ratio, which is calculated as the total EigenLayer TVL divided by the total ETH in circulation.
GET
/
metrics
/
restaking-ratio
Query Parameters
withChange
enum<string>
default: falseToggle whether the route should return 24h/7d change for ratio value
Available options:
true
, false
Response
200 - application/json
ratio
number
requiredThe current value of Restaking Ratio
change24h
object
change7d
object
Was this page helpful?