Token mindshare
/token/{id}/mindshare
Mindshare (social attention) time-series for the token. Optionally scope to a subset of social clusters via `clusters` (repeatable): with no clusters it's the token's share of all crypto attention; with clusters it's the token's share of attention within those clusters.
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.
1h2h4h12h1d
Example:1h
Optional. Repeatable. Scope the metric to a subset of social clusters (the union of the ids). Omit for ALL. Ids: smart_money, dumb_money, top_degens (caller-list, token-only), plus author clusters (developers, founders, team_leaders, project_accounts, vcs, asset_managers, dao_guild_funds, incubators, exchanges, kols, celebrities, media, marketer, shiller, ta_analyst, fa_analyst, macro_analyst, onchain_analyst, investigators, position_trader, swing_trader, day_trader, tribalist, perma_bull, doomer, political, nft, bots, automated_ai).
Example:string
cURL Example
curl --request GET \
--url 'https://nebula-api.hiddensystems.ai/api/v1/public/token/bitcoin/mindshare' \
--header 'X-API-Key: YOUR_API_KEY'
Responses
Media type application/json
mindshare
array<object>
Token social mindshare series.
mindshare
Token social mindshare series.
mindshare[].time
UTC timestamp for the data point.
mindshare[].value
Numeric metric value for the timestamp.
{
"mindshare": [
{
"time": "2026-01-15T12:00:00Z",
"value": 0
}
]
}