crypto_news
Fetch crypto news headlines and community sentiment for any token from Reddit's r/CryptoCurrency. Returns title, URL, sentiment, and score.
Instructions
Latest crypto news and community sentiment from r/CryptoCurrency for any token
Use when: You need recent news headlines or community sentiment for one or more crypto tokens. Returns: headlines[] with title, url, sentiment (bullish/neutral/bearish), score, published_at Example response: {"currencies": "ETH", "headlines": [{"title": "Ethereum devs confirm Pectra upgrade timeline", "url": "https://reddit.com/r/CryptoCurrency/...", "sentiment": "bullish", "score": 1842, "published_at": "2026-03-22T08:14:00Z"}, {"title": "ETH gas fees drop to yearly lows", "url": "https://reddit.com/r/CryptoCurrency/...", "sentiment": "bullish", "score": 934, "published_at": "2026-03-22T06:31:00Z"}], "source": "reddit"}
Price: $0.000 USDC per call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Feed sort order (default: hot) | hot |
| currencies | No | Comma-separated token symbols, e.g. 'BTC,ETH' | BTC,ETH |