Skip to main content
GET
Retrieve historical TVL data by strategy address

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

The contract address of the restaking strategy

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

"0x54945180dB7943c0ed0FEE7EdaB2Bd24620256bc"

Query Parameters

frequency
enum<string>
default:1d

Frequency of data points

Available options:
1d,
7d
variant
enum<string>
default:cumulative

Type of tally, discrete or cumulative

Available options:
discrete,
cumulative
Example:

"cumulative"

startAt
string
default:""

Start date in ISO string format

Example:

"2024-04-11T08:31:11.000"

endAt
string
default:""

End date in ISO string format

Example:

"2024-04-12T08:31:11.000"

Response

The historical data of TVL for the specified strategy over specified timestamp values.

data
object[]
required