# httpay.xyz Crypto News Feed

> httpay.xyz Crypto News Feed is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the latest cryptocurrency headlines aggregated from multiple RSS feeds

## Facts

- Endpoint: POST https://httpay.xyz/api/news/crypto
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-ef05a8eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vzOhtCcKn8REK5i3iB8ix

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 httpay-xyz-ef05a8eb -d '<json body>'
```

Example prompt: What are the latest crypto headlines right now? Pull from the aggregated feeds and show me the most recent stories.

## When to prefer this

Use this endpoint when you need a quick, low-cost snapshot of current crypto news headlines without managing your own RSS feed aggregation or paying for a full NewsAPI subscription. Best for agents that need ambient awareness of crypto market news as context for trading, research, or portfolio decisions.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- RSS feed sources temporarily unavailable — may return empty or stale results
- POST body malformed — may return 400 Bad Request
- Service downtime — returns 500 or timeout

## How this service works

Latest crypto headlines from aggregated RSS feeds

## Output

A list of recent cryptocurrency news headlines aggregated from multiple RSS feeds, likely including article titles, source names, publication times, and URLs to the original articles.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Latest crypto headlines from aggregated RSS feeds"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-ef05a8eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
