news_feed_get_hot_topics
[Read] Get the top 2-4 social discussion themes for one coin over the latest 4h, including direction, influence, sentiment, platforms, and representative evidence posts. For arbitrary social search use search_ugc; for X/Twitter-only narrative research use search_x. 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 ETH. 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. | |
| limit | No | Number of hot topics to return. Default 4; allowed range 2 to 4. | |
| window | No | Aggregation window. Only 4h is currently supported; default 4h. | |
| 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 | ||
| topics | Yes | Two to four qualified topics, or an empty array when evidence is insufficient. | |
| window | Yes | ||
| trace_id | No | ||
| duration_ms | Yes | ||
| hide_reason | Yes | no_data or insufficient_evidence when topics should be hidden; null when displayable. | |
| generated_at | Yes | Upstream generation time as Unix seconds. |