# JarvisClaw Crypto News API

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

Fetches curated cryptocurrency news articles and headlines based on a search query, pay-per-request via USDC

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/crypto-news-api
- Price: $0.00345/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-api-6329babb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cnfy9eYCGcP0o1aYvt8rG

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-api-6329babb
```

Example prompt: Search for the latest crypto news about Bitcoin ETF approvals and give me the top headlines.

## When to prefer this

Choose this endpoint when you need real-time or recent cryptocurrency and blockchain news aggregated in one call, especially when operating in a pay-per-use agent pipeline and want to avoid recurring subscription costs. Ideal for crypto-focused agents that need news context for decision-making, summaries, or market awareness.

## Known failure modes

- Empty result set if query term is too obscure or no recent news exists
- Payment failure if USDC balance is insufficient (x402 payment required)
- Rate limiting or throttling if too many requests are made in quick succession
- Malformed query string may return unexpected or irrelevant results
- API downtime or upstream news feed unavailability

## How this service works

Returns recent cryptocurrency headline metadata and sentiment.

## Output

Returns a list of cryptocurrency news articles or headlines matching the query, likely including titles, summaries, sources, and publication timestamps.

## 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-api-6329babb/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)
