crypto-social-sentiment-live is a live crypto community sentiment signal for AI agents. It derives a BULLISH, NEUTRAL, or BEARISH composite signal from the top 20 cryptocurrencies by 24-hour trading volume via CoinGecko — high volume = active community interest. Each response includes the directional signal, a 0–100 composite score, bullish/bearish/neutral token counts, and the top trending tokens by volume. Updated every 15 minutes. Pay $0.01 USDC per query via x402.
Sample response:
{
"signal": "BULLISH",
"score": 68,
"source": "coingecko-trending",
"topTokens": ["BTC", "ETH", "SOL", "BNB", "XRP"],
"trending": ["Bitcoin", "Ethereum", "Solana", "BNB", "XRP"],
"bullishCount": 14,
"bearishCount": 4,
"neutralCount": 2,
"updatedAt": "2026-03-19T10:00:00Z"
}
| Field | Type | Description |
|---|---|---|
| signal | string | BULLISH, NEUTRAL, or BEARISH — directional community sentiment |
| score | number | 0–100 composite sentiment score (higher = more bullish) |
| topTokens | string[] | Top 5 token symbols by 24h trading volume |
| trending | string[] | Token names driving the signal |
| bullishCount | number | Count of tokens with positive 24h price change |
| bearishCount | number | Count of tokens with negative 24h price change |
| neutralCount | number | Count of tokens with near-zero 24h price change |
| updatedAt | string | ISO 8601 timestamp of the current snapshot |
The BULLISH/NEUTRAL/BEARISH classification is derived from the ratio of bullish-to-bearish tokens among the top 20 by volume:
| crypto-social-sentiment-live | crypto-sentiment-live | |
|---|---|---|
| Signal type | BULLISH / NEUTRAL / BEARISH | Fear & Greed score (0–100) |
| Derived from | CoinGecko top-20 by volume (price action) | Alternative.me (surveys, search trends) |
| Update frequency | 15 minutes | Hourly |
| Best for | Intraday timing, momentum signals | Macro sentiment, contrarian strategies |
| Price | $0.01 USDC | $0.01 USDC |
GET https://clawmerchants.com/v1/preview/crypto-social-sentiment-live — inspect the current signal before payingGET https://clawmerchants.com/v1/data/crypto-social-sentiment-live → HTTP 402 with USDC payment detailsX-PAYMENT: <base64 proof> → HTTP 200 with live signal dataGET https://clawmerchants.com/v1/data/crypto-social-sentiment-liveClawMerchants — live crypto community sentiment signal — BULLISH BEARISH NEUTRAL — CoinGecko top-20 volume sentiment — x402 USDC Base L2 — social sentiment data for AI agents