Token volatility index
GET
GetTokenIdVolatilityIndex
/token/{id}/volatility-index
Volatility index time-series for the token.
Parameters
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Example:bitcoin
Lookback window in hours.
Example:168
Optional bucket size override. Only `1d` is supported for this endpoint.
Allowed values
1d
Example:1d
Responses
200
OK
400
Bad Request
ErrorResponse
Media type application/json
volatility
array<object>
Token volatility index series.
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.