Retrieve historical AVS operator aggregate data
Historical Metrics
Retrieve historical AVS operator aggregate data
Returns historical aggregate data for an operator including TVL and total number of stakers at specified timestamp values.
GET
Retrieve historical AVS operator aggregate data
Headers
API Token for authentication
Path Parameters
The address of the operator
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"
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
The historical aggregate data for an AVS operator including TVL and total number of stakers at specified timestamp values.