Latest crypto news and community sentiment from r/CryptoCurrency for any token.
You need recent news headlines or community sentiment for one or more crypto tokens.
| name | type | required | description |
|---|---|---|---|
filter | string | no | Feed sort order (default: hot) |
currencies | string | no | Comma-separated token symbols, e.g. 'BTC,ETH' |
headlines[] with title, url, sentiment (bullish/neutral/bearish), score, published_at
{
"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"
}
curl -X POST https://agentpay.tools/tools/crypto_news/call \
-H 'Content-Type: application/json' \
-d '{"parameters": {}, "agent_address": "<your wallet or any identifier>"}'
from agentpay import quickstart # pip install agentpay-x402
s = quickstart(max_spend=0.10) # hard budget cap; mints a wallet, no funding needed
r = s.call("crypto_news", {})
print(r.data) # + r.cost, r.tx, r.network — full receipt
npx -y @romudille/agentpay-mcp # keyless; exposes crypto_news to any MCP agent runtime