news_feed_get_mention_burst
[Read] Get a coin's 24h multi-platform social mention burst signal, growth, sentiment direction, platform breakdown, and display eligibility. For general sentiment ratios and sample tweets use get_social_sentiment; for individual social discussions use search_ugc. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Required non-empty cryptocurrency ticker, for example BTC. Leading and trailing whitespace is removed and the value is normalized to uppercase. Unknown or no-data tickers may return an empty result with hide_reason=no_data; no coin-dictionary validation is performed. | |
| window | No | Aggregation window. Only 24h is currently supported; default 24h. | |
| platforms | No | Comma-separated social platforms; default all. Supported: all, gate_square, binance_square, twitter, telegram, youtube, reddit, discord. all cannot be combined with another platform. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| window | Yes | ||
| is_burst | Yes | True when the upstream burst thresholds for baseline, sample size, and growth are all met. | |
| trace_id | No | ||
| duration_ms | Yes | ||
| growth_rate | Yes | Weighted mention growth versus the previous 24h; null when no baseline exists. | |
| hide_reason | Yes | Why the signal should be hidden: no_data, insufficient_baseline, insufficient_sample, or not_burst; null when displayable. | |
| display_color | Yes | Display color generated by the upstream service: red, green, or neutral. | |
| evidence_summary | Yes | Human-readable evidence summary; null when unavailable. | |
| platform_breakdown | Yes | ||
| sentiment_direction | Yes | bullish, bearish, or neutral. | |
| current_mention_count | Yes | ||
| previous_mention_count | Yes | ||
| current_weighted_mention_count | Yes | ||
| previous_weighted_mention_count | Yes |