Ecosystem Metrics
Retrieve Beacon Chain restaking TVL
Returns the total value locked (TVL) in the Beacon Chain restaking EigenPods.
GET
/
metrics
/
tvl
/
beacon-chain
Aligning with the methodology used on the EigenLayer Dashboard, we use raw balances and do not count queued withdrawals.
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 Beacon Chain restaking TVL in ETH
change24h
object
change7d
object
Was this page helpful?