Trending Stories
trending_stories_toolFetch current trending crypto stories with sentiment analysis
When to use vs combined_trends_tool
Prefer this tool when only stories are needed: it is the cheap, fast path and
has no per-tool rate-limit sub-cap. combined_trends_tool is a superset —
same stories plus trending words, their context and AI-generated bull/bear
summaries — but it calls an LLM, so it is slower and capped much lower per
plan. Use it only when trending words or those summaries are actually
needed, and never call both for the same question.
Parameters
time_period- Time period for trending stories (e.g., '1h', '6h', '1d', '7d'). Defaults to '1h' (last hour).size- Number of trending stories to return (max 10). Defaults to 10.
Response
trending_stories- List of trending stories.time_period- Time period for trending stories.size- Number of trending stories to return.period_start- Start time of the time period.period_end- End time of the time period.total_time_periods- Total number of time periods.
Trending stories
title- Title of the story.summary- Summary of the story.bearish_sentiment_ratio- Bearish sentiment ratio.bullish_sentiment_ratio- Bullish sentiment ratio.score- Score of the story.query- Query used to find the story.related_tokens- List of related tokens. They have the formatBTC_bitcoin- first part is the ticker, second part is the slug in Sanbase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of trending stories to return (max 10). Defaults to 10. | |
| time_period | No | Time period for trending stories (e.g., '1h', '6h', '1d', '7d'). This parameter defines how far back to look for trending stories. Defaults to '1h' (last hour). |