← all AgentPay tools

crypto_news

Latest crypto news and community sentiment from r/CryptoCurrency for any token.

Free data x402 protocol no API key · no wallet

When agents use this

You need recent news headlines or community sentiment for one or more crypto tokens.

Parameters

nametyperequireddescription
filterstringnoFeed sort order (default: hot)
currenciesstringnoComma-separated token symbols, e.g. 'BTC,ETH'

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"
}

Call it — HTTP (x402)

curl -X POST https://agentpay.tools/tools/crypto_news/call \
  -H 'Content-Type: application/json' \
  -d '{"parameters": {}, "agent_address": "<your wallet or any identifier>"}'

Call it — Python SDK

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

Call it — MCP

npx -y @romudille/agentpay-mcp   # keyless; exposes crypto_news to any MCP agent runtime
All tools · x402 delivery scores · Receipt ledger · Guides · llms.txt · AgentPay