Historical Metrics
Retrieve historical TVL data by strategy address
Returns the historical total value locked (TVL) data over specified timestamp values in a specific LST strategy.
GET
/
metrics
/
historical
/
tvl
/
restaking
/
{address}
Path Parameters
address
string
requiredThe contract address of the restaking strategy
Query Parameters
frequency
enum<string>
default: 1dFrequency of data points
Available options:
1d
, 7d
variant
enum<string>
default: cumulativeType of tally, discrete or cumulative
Available options:
discrete
, cumulative
startAt
string
default: Start date in ISO string format
endAt
string
default: End date in ISO string format
Response
200 - application/json
data
object[]
requiredWas this page helpful?