zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
News/Cointelegraph
Logo Cointelegraph

Cointelegraph

Cointelegraph — RSS feed, main / tag / category

Endpoints
1
Requests
322
Updated
5 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • feednot measured
no measurements yetdaily 01:00 WIB

Playground

1 endpoint
GET/v1/news:cointelegraph/feed5m cache3 paramschecking key…
Parameters
sectionstring

Tag or category slug. Omit for the main feed

sectionTypeenum

Which namespace section belongs to. Default tag

limitnumber

Max items, 1-50. Default 20

·
Response
EXAMPLE
{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://cointelegraph.com/markets/bitcoin-breaks-200-day-moving-average?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin breaks above 200-day moving average for first time since November",
      "pubDate": "Thu, 20 Aug 2026 21:03:21 +0000",
      "summary": "The BTC price reclaimed its 200-day moving average for the first time in nine months as its rally gained momentum after the US Treasury expanded its bond buybacks."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-surges-after-us-debt-crosses-40t?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "US debt tops $40T stoking debate on what it means for Bitcoin",
      "pubDate": "Thu, 20 Aug 2026 17:43:58 +0000",
      "summary": "Analysts say the $40 trillion debt milestone could bolster Bitcoin’s long-term case, even as Treasury yields, dollar strength and liquidity remain key near-term drivers."
    },
    {
      "link": "https://cointelegraph.com/news/bitcoin-miners-ai-hpc-capex-revenue-2026?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin miners pour billions into AI as capex outpaces revenue 15-to-1",
      "pubDate": "Thu, 20 Aug 2026 16:12:00 +0000",
      "summary": "Nine public miners generated $341 million from AI and HPC operations in the first half of 2026 after spending more than $5 billion on capital assets."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-price-reaches-725k-as-us-issues-economic-d-day-threat-to-iran?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin price reaches $72.5K as US issues ‘Economic D-Day’ threat to Iran",
      "pubDate": "Thu, 20 Aug 2026 15:40:54 +0000",
      "summary": "Bitcoin saw new multimonth highs above $72,500 even as US stocks cooled amid US threats of “economic warfare” with Iran."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-etfs-largest-daily-inflow-since-early-may?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin ETFs draw $517M in largest one-day inflow since early May",
      "pubDate": "Thu, 20 Aug 2026 11:16:41 +0000",
      "summary": "Investors have poured more than $1 billion into US spot Bitcoin ETFs this week as BTC neared $72,000 and Ether climbed 19% to about $2,286 on Thursday."
    },
    {
      "link": "https://cointelegraph.com/markets/crypto-short-liquidations-pass-3b-mark-as-bitcoin-price-nears-72k?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Crypto short liquidations pass $3B mark as Bitcoin price nears $72K",
      "pubDate": "Thu, 20 Aug 2026 10:03:04 +0000",
      "summary": "Bitcoin approached $72,000 in a second day of upside as crypto short liquidations passed $3.1 billion."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-price-100k-standard-chartered-treasury-buybacks?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Standard Chartered analyst eyes $100K BTC as US Treasury doubles long-end buybacks",
      "pubDate": "Wed, 19 Aug 2026 16:00:03 +0000",
      "summary": "Bitcoin’s rebound toward $69,000 is gaining momentum as Geoff Kendrick points to improving liquidity conditions and a potential cycle bottom."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-price-hits-11-week-high-as-us-treasury-doubles-debt-buyback-size?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin price hits 11-week high as US Treasury doubles debt buyback size",
      "pubDate": "Wed, 19 Aug 2026 15:44:09 +0000",
      "summary": "Bitcoin joined US stocks in a broad rally after the US Treasury announced that it was at least doubling the amount of its debt buyback operations from September."
    }
  ],
  "source": "cointelegraph.com",
  "section": "bitcoin",
  "sectionType": "tag"
}

Code examples

Feed
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("news:cointelegraph", "feed", {
  "section": "bitcoin",
  "sectionType": "tag",
  "limit": 20
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/news:cointelegraph/feed?section=bitcoin&sectionType=tag&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETFeed/v1/news:cointelegraph/feedCointelegraph — RSS feed, main / tag / category

Parameters

sectionstringoptional
Tag or category slug. Omit for the main feed
sectionTypeenumoptional
Which namespace section belongs to. Default tag Values: tag, category.
limitnumberoptional
Max items, 1-50. Default 20

Request

curl -X GET "https://api.zpi.web.id/v1/news:cointelegraph/feed?section=bitcoin&sectionType=tag&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://cointelegraph.com/markets/bitcoin-breaks-200-day-moving-average?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin breaks above 200-day moving average for first time since November",
      "pubDate": "Thu, 20 Aug 2026 21:03:21 +0000",
      "summary": "The BTC price reclaimed its 200-day moving average for the first time in nine months as its rally gained momentum after the US Treasury expanded its bond buybacks."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-surges-after-us-debt-crosses-40t?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "US debt tops $40T stoking debate on what it means for Bitcoin",
      "pubDate": "Thu, 20 Aug 2026 17:43:58 +0000",
      "summary": "Analysts say the $40 trillion debt milestone could bolster Bitcoin’s long-term case, even as Treasury yields, dollar strength and liquidity remain key near-term drivers."
    },
    {
      "link": "https://cointelegraph.com/news/bitcoin-miners-ai-hpc-capex-revenue-2026?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin miners pour billions into AI as capex outpaces revenue 15-to-1",
      "pubDate": "Thu, 20 Aug 2026 16:12:00 +0000",
      "summary": "Nine public miners generated $341 million from AI and HPC operations in the first half of 2026 after spending more than $5 billion on capital assets."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-price-reaches-725k-as-us-issues-economic-d-day-threat-to-iran?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin price reaches $72.5K as US issues ‘Economic D-Day’ threat to Iran",
      "pubDate": "Thu, 20 Aug 2026 15:40:54 +0000",
      "summary": "Bitcoin saw new multimonth highs above $72,500 even as US stocks cooled amid US threats of “economic warfare” with Iran."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-etfs-largest-daily-inflow-since-early-may?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin ETFs draw $517M in largest one-day inflow since early May",
      "pubDate": "Thu, 20 Aug 2026 11:16:41 +0000",
      "summary": "Investors have poured more than $1 billion into US spot Bitcoin ETFs this week as BTC neared $72,000 and Ether climbed 19% to about $2,286 on Thursday."
    },
    {
      "link": "https://cointelegraph.com/markets/crypto-short-liquidations-pass-3b-mark-as-bitcoin-price-nears-72k?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Crypto short liquidations pass $3B mark as Bitcoin price nears $72K",
      "pubDate": "Thu, 20 Aug 2026 10:03:04 +0000",
      "summary": "Bitcoin approached $72,000 in a second day of upside as crypto short liquidations passed $3.1 billion."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-price-100k-standard-chartered-treasury-buybacks?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Standard Chartered analyst eyes $100K BTC as US Treasury doubles long-end buybacks",
      "pubDate": "Wed, 19 Aug 2026 16:00:03 +0000",
      "summary": "Bitcoin’s rebound toward $69,000 is gaining momentum as Geoff Kendrick points to improving liquidity conditions and a potential cycle bottom."
    },
    {
      "link": "https://cointelegraph.com/markets/bitcoin-price-hits-11-week-high-as-us-treasury-doubles-debt-buyback-size?utm_source=rss_feed&utm_medium=rss_tag_bitcoin&utm_campaign=rss_partner_inbound",
      "title": "Bitcoin price hits 11-week high as US Treasury doubles debt buyback size",
      "pubDate": "Wed, 19 Aug 2026 15:44:09 +0000",
      "summary": "Bitcoin joined US stocks in a broad rally after the US Treasury announced that it was at least doubling the amount of its debt buyback operations from September."
    }
  ],
  "source": "cointelegraph.com",
  "section": "bitcoin",
  "sectionType": "tag"
}

Related APIs

More in news

Marketwatch

news/marketwatch

MarketWatch — RSS feed by section

655 calls·5m cache

Cnbc

news/cnbc

CNBC — RSS feed by section

586 calls·5m cache

Ojk Siaran Pers

news/ojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

642 calls·10m cache

Bi Siaran Pers

news/bi-siaran-pers

Bank Indonesia — press releases (siaran pers)

428 calls·10m cache

Coindesk

news/coindesk

CoinDesk — RSS feed

564 calls·5m cache

Google News

news/google-news

Latest news feed from Google News.

325 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026