Token dumb money sentiment
/token/{id}/dumb-money-sentiment
Sentiment time-series from dumb money cohort only.
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
Responses
Media type application/json
data
array<object>
Dumb-money sentiment series only.
data
Dumb-money sentiment series only.
data[].bearish_posts
Count of bearish posts included in the computed window.
data[].bucket_start
UTC bucket start timestamp.
data[].bullish_posts
Count of bullish posts included in the computed window.
data[].interval_bearish_posts
Bearish posts in the current emitted interval bucket.
data[].interval_bullish_posts
Bullish posts in the current emitted interval bucket.
data[].interval_neutral_posts
Neutral posts in the current emitted interval bucket.
data[].interval_posts
Posts in the current emitted interval bucket.
data[].neutral_posts
Count of neutral posts included in the computed window.
data[].sentiment_score
Sentiment score on a 0-100 scale (higher is more bullish).
data[].sentiment_score_smoothed
Smoothed sentiment score (0-100) when available.
data[].sentiment_score_z
Z-score normalized sentiment where available.
data[].sentiment_signal
Model-level sentiment signal used for downstream ranking when available.
data[].total_posts
Total posts included in the computed window.
data[].total_posts_smoothed
Smoothed total-posts series where available.