Token mindshare
GET /token/{id}/mindshare
Free
Description
Mindshare (social attention) 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. If provided, response is aggregated at this interval regardless of lookback window.
Responses
OK
Media type: application/json
mindshare
array<object>
Token social mindshare series.
mindshare[].time
string (date-time)
UTC timestamp for the data point.
mindshare[].value
number (double)
Numeric metric value for the timestamp.