Total Market Sentiment

Definition

Total Market Sentiment aggregates the bullish and bearish sentiment found across documents that mention at least one asset, on 4chan, Bitcointalk, Reddit, and Twitter.

Total Market Sentiment=Market Sentiment BullishMarket Sentiment BearishMarket Sentiment Bullish+Market Sentiment Bearish\text{Total Market Sentiment} = \frac{\text{Market Sentiment Bullish} - \text{Market Sentiment Bearish}}{\text{Market Sentiment Bullish} + \text{Market Sentiment Bearish}}

The result is a single number between -1 (entirely bearish) and 1 (entirely bullish). A value of 0 means bullish and bearish documents are in balance.


Access

Restricted Access.

The metric sentiment_bb_ratio_selective is currently in beta phase and is exclusively available to alpha and beta users.


Measuring Unit

A ratio between -1 and 1.


Data Type

Timeseries Data


Change Metrics

No _change_1d, _change_7d, or _change_30d variants exist for this metric.


Frequency

Five-Minute Intervals


Latency

Social Data Latency


Available Assets

This metric is not queried per-asset. It uses a single fixed selector, slug total_market, representing the aggregate crypto market rather than any one asset.


SanAPI

Available under the metric name sentiment_bb_ratio_selective, with the slug selector total_market.

Total Market Sentiment

{
getMetric(metric: "sentiment_bb_ratio_selective") {
timeseriesDataJson(
selector: { slug: "total_market" }
from: "2026-01-01T00:00:00Z"
to: "2026-01-15T00:00:00Z"
interval: "1d"
)
}
}

Full List of Metrics

Total Market Sentiment ships as a single metric: sentiment_bb_ratio_selective.