Token mindshare
GET
GetTokenIdMindshare
/token/{id}/mindshare
Mindshare (social attention) 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. If provided, response is aggregated at this interval regardless of lookback window.
Allowed values
1h2h4h12h1d
Example:1h
Responses
200
OK
400
Bad Request
ErrorResponse
Media type application/json
mindshare
array<object>
Token social mindshare series.
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.