# Prediction Market Activity Narrative Recap

> Prediction Market Activity Narrative Recap is a paid API for AI agents from d2ngmd5yvdfkqu.cloudfront.net, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns an LLM-generated narrative summary recapping recent prediction-market activity across exchanges.

## Facts

- Endpoint: GET https://d2ngmd5yvdfkqu.cloudfront.net/market-recap
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prediction-market-activity-narrative-recap-0680ec1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7rkIjys7y_HeKdd-aKvU6

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 prediction-market-activity-narrative-recap-0680ec1e
```

Example prompt: Can you give me a narrative recap of what's been happening recently across prediction markets — like a short, readable summary of the notable activity and trends?

## When to prefer this

Choose this endpoint when you need a human-readable, narrative summary of prediction market activity rather than raw data. It is ideal for briefings, newsletters, or conversational agents that need to surface market context in plain language. Prefer it over the raw data endpoints (volume, open interest, pricing) when the consumer is a human reader or when you need an AI-generated synthesis rather than structured figures.

## Known failure modes

- Payment required (402) if x402 micropayment header is not included or USDC balance is insufficient
- Stale or empty recap if no recent market activity data is available upstream
- Slow response if the underlying LLM generation takes longer than usual
- CloudFront CDN errors (5xx) if origin is unavailable

## How this service works

LLM-generated narrative recap of recent prediction-market activity.

## Output

A free-text, LLM-generated narrative paragraph or set of paragraphs recapping notable recent prediction-market activity, trends, and movements across exchanges — readable prose rather than raw data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prediction-market-activity-narrative-recap-0680ec1e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from d2ngmd5yvdfkqu.cloudfront.net](https://www.zero.xyz/host/d2ngmd5yvdfkqu.cloudfront.net/llms.txt)
