# BTC News Headlines via CoinDesk RSS

> BTC News Headlines via CoinDesk RSS is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns the latest Bitcoin and cryptocurrency news headlines, short summaries, and article links from CoinDesk's RSS feed

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/btc-news
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btc-news-headlines-via-coindesk-rss-bec9c50c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wV9C53Z87iJ2n7oAlwRmF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability btc-news-headlines-via-coindesk-rss-bec9c50c
```

Example prompt: What are the latest Bitcoin news headlines right now? Pull the most recent CoinDesk stories with their titles, summaries, and links.

## When to prefer this

Choose this endpoint when you need fast, lightweight Bitcoin-specific news headlines and links without full article content. It is ideal for news monitoring, briefing generation, or detecting market-moving headlines. Prefer this over the altcoin news endpoint when the focus is specifically on Bitcoin/BTC, and over general market news endpoints when crypto-specific coverage from CoinDesk is desired.

## Known failure modes

- CoinDesk RSS feed is temporarily unavailable, returning an upstream fetch error
- Feed returns no items if CoinDesk has not published recently
- Network timeout if the RSS source is slow to respond
- Payment not processed (x402 payment required), returning 402 status

## How this service works

Latest Bitcoin/crypto news headlines via CoinDesk RSS (titles, short summaries, and links only, not full articles)

## Output

A list of the most recent Bitcoin/crypto news items from CoinDesk's RSS feed, each containing a headline title, a short summary or description, and a link to the full article. Full article body text is not included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc-news-headlines-via-coindesk-rss-bec9c50c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
