C

crypto-news · Crypto News

by crypto-news

GETBase

$0.005

per call · USD Coin on Base

Aggregated crypto news with sentiment: deduplicated headlines from many major crypto outlets (CoinDesk, Cointelegraph, Decrypt, Bitcoin Magazine, The Block, CryptoSlate), each scored bullish/bearish/neutral by a crypto-tuned lexicon, optionally filtered by coin or query. One call instead of polling a dozen feeds and running your own NLP.

Endpoint

GET https://api.agentstools.dev/crypto/news

11

Calls / 30d

9

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.agentstools.dev/crypto/news", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.agentstools.dev/crypto/news?coin=BTC&limit=15" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "attribution": "Headlines syndicated from their publishers ...",
  "coin": "BTC",
  "count": 2,
  "items": [
    {
      "link": "https://www.coindesk.com/...",
      "published": "Tue, 30 Jun 2026 14:32:33 +0000",
      "sentiment": {
        "label": "bullish",
        "score": 0.66
      },
      "source": "CoinDesk",
      "summary": "BTC climbed as inflows...",
      "title": "Bitcoin rallies past resistance"
    }
  ],
  "query": null,
  "summary": {
    "after_dedup": 98,
    "errors": [],
    "sentiment": {
      "breakdown": {
        "bearish": 0,
        "bullish": 1,
        "neutral": 1
      },
      "items_scored": 2,
      "label": "bullish",
      "score": 0.31
    },
    "sources_failed": 0,
    "sources_ok": 6,
    "total_fetched": 120
  }
}

Payment details

Pay to0xf22e558a00d91ee12a1f50c52186fecb8ddff493
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from crypto-news & similar services