Token simple sentiment
/token/{id}/simple-sentiment
Simplified sentiment series (summary and cohorts).
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
cohorts
Sentiment series by cohort key. Keys are cohort ids as strings.
summary
array<object>
Aggregate sentiment series across non-baseline cohorts.
summary
Aggregate sentiment series across non-baseline cohorts.
summary[].bearish_posts
Count of bearish posts included in the computed window.
summary[].bucket_start
UTC bucket start timestamp.
summary[].bullish_posts
Count of bullish posts included in the computed window.
summary[].interval_bearish_posts
Bearish posts in the current emitted interval bucket.
summary[].interval_bullish_posts
Bullish posts in the current emitted interval bucket.
summary[].interval_neutral_posts
Neutral posts in the current emitted interval bucket.
summary[].interval_posts
Posts in the current emitted interval bucket.
summary[].neutral_posts
Count of neutral posts included in the computed window.
summary[].sentiment_score
Sentiment score on a 0-100 scale (higher is more bullish).
summary[].sentiment_score_smoothed
Smoothed sentiment score (0-100) when available.
summary[].sentiment_score_z
Z-score normalized sentiment where available.
summary[].sentiment_signal
Model-level sentiment signal used for downstream ranking when available.
summary[].total_posts
Total posts included in the computed window.
summary[].total_posts_smoothed
Smoothed total-posts series where available.