Token smart money sentiment
GET /token/{id}/smart-money-sentiment
Description
Sentiment time-series from smart money cohort only.
Path Parameters
id
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Query Parameters
hours
Lookback window in hours.
granularity
Optional bucket size override. If provided, response is aggregated at this interval regardless of lookback window.
Responses
OK
Media type: application/json
data
Smart-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.