# sq-md CoinDesk Headlines Feed

> sq-md CoinDesk Headlines Feed is a paid API for AI agents from sq-md.sq-co.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns the latest CoinDesk news headlines with URLs, titles, and publication timestamps, paid per-call via USDC on Base.

## Facts

- Endpoint: GET https://sq-md.sq-co.workers.dev/v1/headlines
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sq-md-coindesk-headlines-feed-3cd932d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UtrYx5Um70NhxDg_Obf6k

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 sq-md-coindesk-headlines-feed-3cd932d4
```

Example prompt: Pull the latest CoinDesk headlines for me right now — I want to see what's trending in crypto news.

## When to prefer this

Choose this endpoint when you need fresh CoinDesk news headlines on a pay-per-call basis without a subscription, particularly in automated agent workflows that need crypto news infrequently or on-demand. It is ideal for agents already operating in the x402 micropayment ecosystem on Base and needing lightweight, structured headline data rather than full article content.

## Known failure modes

- Payment failure if x402 USDC transaction on Base is not completed or wallet has insufficient funds
- Rate limiting or upstream CoinDesk feed unavailability returning empty or stale results
- Malformed response if the upstream RSS/API feed changes structure
- Network timeout from the Cloudflare Worker reaching the CoinDesk source

## How this service works

CoinDesk headlines and Binance quotes. Pay-per-call via x402 V2, USDC on Base (eip155:8453). $0.002 per call.

## Output

A JSON object containing an array of headline items, each with a URL, title, and publication date string, plus the source name ('coindesk') and a fetched_at ISO timestamp indicating when the data was retrieved.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "items": [
   {
    "url": "https://www.coindesk.com/markets/2026/08/28/example",
    "title": "Bitcoin wallets untouched for 10 years moved $40 million",
    "published": "Sat, 29 Aug 2026 04:30:00 +0000"
   }
  ],
  "source": "coindesk",
  "fetched_at": "2026-08-29T12:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sq-md-coindesk-headlines-feed-3cd932d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sq-md.sq-co.workers.dev](https://www.zero.xyz/host/sq-md.sq-co.workers.dev/llms.txt)
