Token volatility index
GET /token/{id}/volatility-index
Starter
Description
Volatility index time-series for the token.
Path Parameters
id
string
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Query Parameters
hours
integer
Lookback window in hours.
granularity
string
Optional bucket size override. Only `1d` is supported for this endpoint.
Responses
OK
Media type: application/json
volatility
array<object>
Token volatility index series.
volatility[].time
string (date-time)
UTC timestamp for the data point.
volatility[].value
number (double)
Numeric metric value for the timestamp.