# rig20 News Insight API

> rig20 News Insight API is a paid API for AI agents from play1.devcheater.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches and synthesizes top news stories into LLM-generated insights, delivered as a paywalled endpoint paid per call in USDC via x402

## Facts

- Endpoint: GET https://play1.devcheater.com/news/insight
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rig20-news-insight-api-4849c484
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w71gMBGtmczP8I5zqip3-

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 rig20-news-insight-api-4849c484
```

Example prompt: Pull the top 20 news stories and synthesize them into a single insight briefing for me right now.

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call AI-synthesized news briefing without a subscription or API key — ideal for agents that need occasional news insight on demand, billed in USDC via x402. Prefer over traditional news APIs when LLM-generated synthesis and insight (not raw headlines) is the desired output.

## Known failure modes

- Payment not included or invalid USDC x402 payment — returns 402 Payment Required
- n parameter out of range (below 5 or above 30) — may return 400 Bad Request or clamp to defaults
- Upstream news data unavailable — may return 503 or empty result set
- LLM inference timeout — possible 504 or partial response

## How this service works

Paywalled public-data and LLM-insight endpoints for AI agents. Pay per call in USDC via x402 — payment is authentication.

## Output

A JSON object containing LLM-synthesized insights derived from the top N news stories (5–30), including AI-generated commentary, themes, or summaries of current events as processed by the endpoint's inference pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "n": {
   "type": "integer",
   "description": "How many top stories to synthesize (5–30, default 15)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rig20-news-insight-api-4849c484/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from play1.devcheater.com](https://www.zero.xyz/host/play1.devcheater.com/llms.txt)
