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
/
metrics
/
historical
/
operators
/
{address}
Path Parameters
address
string
requiredThe address of the operator
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?