Token cultiness index

GET /token/{id}/cultiness-index

Description

Cultiness 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: 1h, 2h, 4h, 12h, 1d

Optional bucket size override. If provided, response is aggregated at this interval regardless of lookback window.

Responses

OK

Media type: application/json

series
array<object> optional

Cultiness index time series.

series[].index
number (double) optional

Index value (typically 0-100 scale).

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

UTC timestamp for the data point.