Token volatility index

GET /token/{id}/volatility-index

Description

Volatility index time-series for the token.

Path Parameters

id
stringrequired

Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).

Query Parameters

hours
integeroptional

Lookback window in hours.

granularity
stringoptionalenum: 1d

Optional bucket size override. Only `1d` is supported for this endpoint.

Responses

OK

Media type: application/json

volatility
array<object> optional

Token volatility index series.

volatility[].time
string (date-time) optional

UTC timestamp for the data point.

volatility[].value
number (double) optional

Numeric metric value for the timestamp.