zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
News/Coindesk
Logo Coindesk

Coindesk

CoinDesk — RSS feed

1 endpoint1 endpoint on this scraper565 calls565 calls so farupdated last monthLast updated 8/21/2026, 2:26:49 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Feed

CoinDesk — RSS feed

GET/v1/news:coindesk/feed5m cache1 paramchecking key…
Parameters
limitnumber

Max items, 1-50. Default 20

·
Response
EXAMPLE
{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/bitcoin-pushes-past-usd75-000-as-rally-continues",
      "title": "Bitcoin pushes past $75,000 as rally continues.",
      "pubDate": "Fri, 21 Aug 2026 01:55:50 +0000",
      "summary": "\"Bears in pain, right now,\" wrote bitcoin analyst James Check."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/21/a-usd2-million-bet-on-xrp-volatility-crosses-the-tape-as-prices-surge",
      "title": "A $2 million bet on XRP volatility crosses the tape as prices surge",
      "pubDate": "Fri, 21 Aug 2026 01:51:56 +0000",
      "summary": "An options trader opened a large straddle on XRP, betting on wild price swings by Aug. 28."
    },
    {
      "link": "https://www.coindesk.com/policy/2026/08/20/u-s-cftc-chief-puts-staff-on-notice-to-create-crypto-regulations-if-clarity-act-fails",
      "title": "U.S. CFTC chief puts staff on notice to create crypto regulations if Clarity Act fails",
      "pubDate": "Thu, 20 Aug 2026 18:54:18 +0000",
      "summary": "Commodity Futures Trading Commission Chairman Mike Selig told the inaugural gathering of the Innovation Advisory Committee that his agency won't sit idle."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/treasury-buybacks-could-set-up-bitcoin-s-next-move-toward-usd180-000",
      "title": "Treasury buybacks could set up Bitcoin’s next move toward $180,000, says strategist",
      "pubDate": "Thu, 20 Aug 2026 16:17:32 +0000",
      "summary": "Longtime bond market investor Mark Connors sees routine government bond buybacks improving liquidity and bringing bitcoin’s next rally closer."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/bitcoin-s-jump-above-usd71-000-sets-up-bullish-golden-cross-pattern",
      "title": "Bitcoin's jump above $71,000 sets up bullish golden cross pattern",
      "pubDate": "Thu, 20 Aug 2026 15:16:12 +0000",
      "summary": "Bitcoin’s improving momentum could produce a golden cross, but the rally still faces an important test."
    },
    {
      "link": "https://www.coindesk.com/coindesk-indices/2026/08/20/crypto-for-advisors-what-are-tokenized-deposits",
      "title": "Crypto for Advisors: What are tokenized deposits?",
      "pubDate": "Thu, 20 Aug 2026 15:01:40 +0000",
      "summary": "Banks are moving deposits on-chain using permissioned systems, not open ones. See why privacy and compliance dictate this path in this week's newsletter."
    },
    {
      "link": "https://www.coindesk.com/web3/2026/08/20/optimism-funded-team-s-deciding-vote-shifts-usd49-million-in-op-tokens-away-from-users",
      "title": "Optimism-funded team's deciding vote shifts $49 million in OP tokens away from users",
      "pubDate": "Thu, 20 Aug 2026 12:00:25 +0000",
      "summary": "The approved plan reallocates 546.9 million OP from user airdrops to a Foundation-controlled Strategic Ecosystem Fund."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/ripple-linked-xrp-jumps-15-as-data-shows-banker-hours-onchain-pattern",
      "title": "Ripple-linked XRP jumps 15% as data shows 'banker hours' onchain pattern",
      "pubDate": "Thu, 20 Aug 2026 11:35:47 +0000",
      "summary": "Three hours spanning the London afternoon and New York morning account for about 23% of XRP moving onchain, up from roughly 14% a year ago."
    }
  ],
  "source": "coindesk.com"
}

Code

Feed
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("news:coindesk", "feed", {
  "limit": 20
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Feed/v1/news:coindesk/feed
1 param

Parameters

limitnumberoptional
Max items, 1-50. Default 20

Request

curl -X GET "https://api.zapi.ink/v1/news:coindesk/feed?limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/bitcoin-pushes-past-usd75-000-as-rally-continues",
      "title": "Bitcoin pushes past $75,000 as rally continues.",
      "pubDate": "Fri, 21 Aug 2026 01:55:50 +0000",
      "summary": "\"Bears in pain, right now,\" wrote bitcoin analyst James Check."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/21/a-usd2-million-bet-on-xrp-volatility-crosses-the-tape-as-prices-surge",
      "title": "A $2 million bet on XRP volatility crosses the tape as prices surge",
      "pubDate": "Fri, 21 Aug 2026 01:51:56 +0000",
      "summary": "An options trader opened a large straddle on XRP, betting on wild price swings by Aug. 28."
    },
    {
      "link": "https://www.coindesk.com/policy/2026/08/20/u-s-cftc-chief-puts-staff-on-notice-to-create-crypto-regulations-if-clarity-act-fails",
      "title": "U.S. CFTC chief puts staff on notice to create crypto regulations if Clarity Act fails",
      "pubDate": "Thu, 20 Aug 2026 18:54:18 +0000",
      "summary": "Commodity Futures Trading Commission Chairman Mike Selig told the inaugural gathering of the Innovation Advisory Committee that his agency won't sit idle."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/treasury-buybacks-could-set-up-bitcoin-s-next-move-toward-usd180-000",
      "title": "Treasury buybacks could set up Bitcoin’s next move toward $180,000, says strategist",
      "pubDate": "Thu, 20 Aug 2026 16:17:32 +0000",
      "summary": "Longtime bond market investor Mark Connors sees routine government bond buybacks improving liquidity and bringing bitcoin’s next rally closer."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/bitcoin-s-jump-above-usd71-000-sets-up-bullish-golden-cross-pattern",
      "title": "Bitcoin's jump above $71,000 sets up bullish golden cross pattern",
      "pubDate": "Thu, 20 Aug 2026 15:16:12 +0000",
      "summary": "Bitcoin’s improving momentum could produce a golden cross, but the rally still faces an important test."
    },
    {
      "link": "https://www.coindesk.com/coindesk-indices/2026/08/20/crypto-for-advisors-what-are-tokenized-deposits",
      "title": "Crypto for Advisors: What are tokenized deposits?",
      "pubDate": "Thu, 20 Aug 2026 15:01:40 +0000",
      "summary": "Banks are moving deposits on-chain using permissioned systems, not open ones. See why privacy and compliance dictate this path in this week's newsletter."
    },
    {
      "link": "https://www.coindesk.com/web3/2026/08/20/optimism-funded-team-s-deciding-vote-shifts-usd49-million-in-op-tokens-away-from-users",
      "title": "Optimism-funded team's deciding vote shifts $49 million in OP tokens away from users",
      "pubDate": "Thu, 20 Aug 2026 12:00:25 +0000",
      "summary": "The approved plan reallocates 546.9 million OP from user airdrops to a Foundation-controlled Strategic Ecosystem Fund."
    },
    {
      "link": "https://www.coindesk.com/markets/2026/08/20/ripple-linked-xrp-jumps-15-as-data-shows-banker-hours-onchain-pattern",
      "title": "Ripple-linked XRP jumps 15% as data shows 'banker hours' onchain pattern",
      "pubDate": "Thu, 20 Aug 2026 11:35:47 +0000",
      "summary": "Three hours spanning the London afternoon and New York morning account for about 23% of XRP moving onchain, up from roughly 14% a year ago."
    }
  ],
  "source": "coindesk.com"
}

Related APIs

More in news

Bi Siaran Pers

newsbi-siaran-pers

Bank Indonesia — press releases (siaran pers)

796796 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Cnbc

newscnbc

CNBC — RSS feed by section

635635 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Marketwatch

newsmarketwatch

MarketWatch — RSS feed by section

657657 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Ojk Siaran Pers

newsojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

645645 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Google News

newsgoogle-news

Latest news feed from Google News.

967967 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Cointelegraph

newscointelegraph

Cointelegraph — RSS feed, main / tag / category

323323 calls so far5mResponses cached for 5m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.