# Otto AI News Recaps — Crypto Market Brief

> Otto AI News Recaps — Crypto Market Brief is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a concise AI-generated crypto market recap including BTC/ETH/SOL price movements, top-10 rankings, key DeFi developments, and forward-looking signals

## Facts

- Endpoint: GET https://x402.ottoai.services/news-recaps
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/otto-ai-news-recaps-crypto-market-brief-13816b79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oPQZpmBLdI7vmzrMCAKlP

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 otto-ai-news-recaps-crypto-market-brief-13816b79
```

Example prompt: Give me today's crypto market recap — I want a quick rundown of BTC, ETH, and SOL price action, any big DeFi news, and what levels to watch.

## When to prefer this

Choose this endpoint when you need a fast, pre-synthesized narrative crypto market summary rather than raw price data. Ideal for daily briefing workflows, conversational agents answering 'what's happening in crypto today,' or any use case where a human-readable digest of BTC/ETH/SOL moves plus DeFi context is more useful than raw OHLCV feeds. At $0.002/call it is cost-effective for frequent polling.

## Known failure modes

- Stale data: staleness_sec > 0 and validUntil exceeded — degraded:true flag set in meta
- Payment failure: x402 USDC payment not completed, returns 402 Payment Required
- Upstream data unavailable: recap may be empty or partial with degraded:true
- Rate limiting or network errors from upstream market data providers

## How this service works

A tight 4-6 sentence crypto market recap an agent can ingest whole — direction and why, the 2-3 developments that matter, anything notable on the top-10 board — plus the ranked stories as typed fields: stories[] (rank, title, whyItMatters, url, publishedAt, source; linked by exact title, null when unmatched). Distilled from the Otto news engine; served while fresh, refreshed on demand.

## Output

Returns a structured JSON object containing: a narrative 'recap' paragraph summarizing market moves and key developments, a 'topTen' string listing top-10 crypto assets with prices and % changes, a 'marketBrief' field with a full formatted brief, timestamps for when the data was generated and when the upstream feed was generated, a staleness indicator, and a 'degraded' flag indicating data quality. Price example: BTC $94,012 (-2.1%), SOL +3.2%.

## Example request

```json
{
 "properties": "market_recap"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "recap": "Crypto trades risk-off: BTC slipped 2.1% to $94k as liquidations topped $1.1B and ETF flows turned negative for a third day. The developments that matter: a major L2 announced fee-sharing for builders, and stablecoin supply expanded 0.8% w/w - capital is parked, not gone. On the top-10 board, SOL outperformed (+3.2%) on ETF-filing chatter while ETH lagged. Watch the $92k BTC support zone and Thursday's CPI print.",
   "topTen": "IMPORTANCE RANKING:\n1. Bitcoin ETFs notch best month of 2026 as BTC gains 25% in August - ETF flows are the strongest near-term driver of institutional participation.\n2. XRP ETFs pull in $170 million over eleven days - accelerating institutional adoption beyond Bitcoin.",
   "stories": [
    {
     "url": "https://cointelegraph.com/markets/bitcoin-etf-best-month-2026-btc-up-25-august",
     "rank": 1,
     "match": "exact",
     "title": "Bitcoin ETFs notch best month of 2026 as BTC gains 25% in August",
     "source": "Cointelegraph",
     "publishedAt": "2026-09-02T07:59:43.000Z",
     "whyItMatters": "ETF flows are the strongest near-term driver of institutional participation."
    },
    {
     "url": null,
     "rank": 2,
     "match": null,
     "title": "XRP ETFs pull in $170 million over eleven days",
     "source": null,
     "publishedAt": null,
     "whyItMatters": "Accelerating institutional adoption beyond Bitcoin."
    }
   ],
   "windowEnd": "2026-09-02T08:00:00.000Z",
   "generatedAt": "2026-09-02T08:12:00.000Z",
   "marketBrief": "CRYPTO MARKET BRIEF (UTC) ... [full brief text]",
   "windowStart": "2026-09-01T08:00:00.000Z",
   "storiesStatus": "available",
   "articlesStatus": "available",
   "upstreamGeneratedAt": "2026-09-02T08:00:24.000Z",
   "upstreamCacheExpired": false
  },
  "meta": {
   "degraded": false,
   "validUntil": "",
   "generatedAt": "",
   "stalenessSec": 0
  },
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/otto-ai-news-recaps-crypto-market-brief-13816b79/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ottoai.services](https://www.zero.xyz/host/x402.ottoai.services/llms.txt)
