Skip to main content
GET
Retrieve a strategy TVL by address

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

strategy
string
required

The address of the restaking strategy

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6"

Query Parameters

withChange
enum<string>
default:false

Toggle whether the route should return 24h/7d change for TVL

Available options:
true,
false
Example:

"false"

Response

The value of combined restaking strategy TVL and a breakdown of the TVL for each individual strategy.

tvl
number
required

The value of the restaking strategy TVL, denominated in the strategy's native token

Example:

1000000

tvlEth
number
required

The value of the restaking strategy TVL, denominated in ETH

Example:

1000000

change24h
object
change7d
object