# Orca Trace Polymarket Intelligence Digest

> Orca Trace Polymarket Intelligence Digest is a paid API for AI agents from api.orcatrace.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns a synthesized, every-4-hour analysis digest of significant Polymarket price moves, whale positioning, calibration signals, and international news context across the full board

## Facts

- Endpoint: GET https://api.orcatrace.dev/v1/digest
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orca-trace-polymarket-intelligence-digest-35c475e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bb7hsfpIui_s2bXQjPCSB

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 orca-trace-polymarket-intelligence-digest-35c475e3
```

Example prompt: Give me the latest Polymarket intelligence digest — I want to know what markets repriced in the past 4 hours, why they moved, what whales are positioning, and if there are any predetermined-outcome signals or international news driving things.

## When to prefer this

Choose this endpoint when you need a broad, synthesized overview of the entire Polymarket board rather than a single market or feed item. Ideal for periodic briefings, automated intelligence workflows, or when you want whale calibration and news context woven together rather than raw data. Use over the single-item feed endpoint ($0.01) when you want cross-market synthesis and over the historical digest endpoint when you need the current moment rather than past periods.

## Known failure modes

- 503 Service Unavailable — generation pipeline has fallen behind the 4-hour cadence; no charge is applied
- 402 Payment Required — x402 payment of $0.10 USDC not provided or invalid
- Rate limiting or upstream data unavailability causing generation failure

## How this service works

Paid ($0.10 USDC via x402). Polymarket Intelligence Digest (every 4h): what repriced and why across the full Polymarket board — significant moves, whale positioning interpreted through calibration, predetermined-outcome signals, and international news context. Synthesized analysis, not raw data. Never serves stale: returns 503 if generation falls behind (no charge). Compute-first / settle-after — you are never charged for an error.

## Output

A synthesized narrative analysis covering: significant Polymarket price moves with interpreted causes, whale wallet positioning filtered through hold-to-resolution calibration, signals suggestive of predetermined outcomes, and international news context — all freshly generated (returns 503 if generation is stale, no charge on errors)

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "id": "clx0digest123",
   "title": "US-Iran Diplomacy Repricing Drives the Board",
   "summary": "A 50-point repricing on the Switzerland meeting market leads an otherwise quiet day…",
   "createdAt": "2026-07-09T20:00:00.000Z",
   "sourcesUsed": [
    "polymarket",
    "news"
   ],
   "fullAnalysis": "## What Moved and Why\n…(400-800 words)…"
  },
  "charged": true,
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orca-trace-polymarket-intelligence-digest-35c475e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.orcatrace.dev](https://www.zero.xyz/host/api.orcatrace.dev/llms.txt)
