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
Headers
API Token for authentication
Path Parameters
The contract address of the restaking strategy
Example:
"0x54945180dB7943c0ed0FEE7EdaB2Bd24620256bc"
Query Parameters
Frequency of data points
Available options:
1d
, 7d
Type of tally, discrete or cumulative
Available options:
discrete
, cumulative
Example:
"cumulative"
Start date in ISO string format
Example:
"2024-04-11T08:31:11.000"
End date in ISO string format
Example:
"2024-04-12T08:31:11.000"
Response
200
application/json
The historical data of TVL for the specified strategy over specified timestamp values.