Token FOMO/FUD index
GET /token/{id}/fomo-fud-index
Description
FOMO & FUD index time-series for the token (0–100 scale).
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
current
Latest FOMO/FUD index value.
current.index
Index value (typically 0-100 scale).
current.label
Human-readable label for the index regime.
debug
No description provided.
metadata
Model metadata and component weights.
metadata.components
Model components contributing to the index.
metadata.components[].description
No description provided.
metadata.components[].name
Display name.
metadata.components[].weight
No description provided.
metadata.hours
Lookback window in hours used to compute the metric.
metadata.labels
Human-readable labels for index regimes.
metadata.scale
No description provided.
metadata.token_id
Internal token identifier.
series
FOMO/FUD index time series.
series[].absolute_momentum
Composite absolute momentum component.
series[].debug_mom_long
No description provided.
series[].debug_mom_short
No description provided.
series[].debug_sent_long
No description provided.
series[].debug_sent_short
No description provided.
series[].debug_vol_long
No description provided.
series[].debug_vol_short
No description provided.
series[].emotions
No description provided.
series[].immediate_momentum
Momentum contribution from the most recent window.
series[].immediate_sentiment
Sentiment contribution from the most recent window.
series[].immediate_volume
Volume contribution from the most recent window.
series[].index
Index value (typically 0-100 scale).
series[].label
Human-readable label for the index regime.
series[].long_abs_momentum
Long-horizon absolute momentum component.
series[].long_rel_momentum
Long-horizon relative momentum component.
series[].momentum
No description provided.
series[].post_volume
Post volume used in the FOMO/FUD index calculation.
series[].relative_momentum
Composite relative momentum component.
series[].relative_volume
Relative social or trading volume vs baseline.
series[].sentiment
No description provided.
series[].short_abs_momentum
Short-horizon absolute momentum component.
series[].short_rel_momentum
Short-horizon relative momentum component.
series[].social_volume_multiplier
Multiplier capturing how elevated social volume is vs baseline.
series[].time
UTC timestamp for the data point.
series[].volatility
No description provided.