# JarvisClaw Crypto News Feed

> JarvisClaw Crypto News Feed is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.00575/call, status unknown (last checked 2026-09-15).

Fetches recent cryptocurrency news headlines from GDELT with a GNews fallback, filtered by crypto topic or caller query, returning headline URLs and source domains

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/crypto-news-135
- Price: $0.00575/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-crypto-news-feed-b4adf764
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KqR7KDXba4pkyXG0MvwmV

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 jarvisclaw-crypto-news-feed-b4adf764
```

Example prompt: Can you pull the latest crypto news headlines for me, specifically anything about Bitcoin ETF approvals?

## When to prefer this

Choose this endpoint when you need fresh, real-time cryptocurrency news headlines aggregated from a broad news index like GDELT, especially when you want to filter by a specific coin or crypto topic. Prefer it over general news APIs when you want crypto-focused filtering built in, and over manual web scraping when you want a pay-per-call, low-friction option settled in USDC.

## Known failure modes

- No results returned if query is too niche or no recent articles match
- GNews fallback unavailable if not configured, reducing coverage
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Stale results if GDELT indexing is delayed
- Empty response for non-crypto queries that don't match topic filters

## How this service works

Fetches recent cryptocurrency news headlines from GDELT with a GNews fallback when configured, filtered by crypto topic or caller query, returning headline URLs, domains…

## Output

Returns a list of recent cryptocurrency news headline URLs and their source domains, sourced from GDELT with a GNews fallback, filtered to crypto-relevant content or the caller's specific query topic

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-crypto-news-feed-b4adf764/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
