# Prediction Market Sector Statistics

> Prediction Market Sector Statistics 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-15).

Returns aggregated prediction-market statistics broken down by sector/category.

## Facts

- Endpoint: GET https://d2ngmd5yvdfkqu.cloudfront.net/market-statistics/sectors
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prediction-market-sector-statistics-e1cf1c7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cu-jnWeQjN3nn0sXmypAF

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-sector-statistics-e1cf1c7d
```

Example prompt: Give me a breakdown of prediction market statistics across all sectors — I want to see which categories are most active right now.

## When to prefer this

Use this endpoint when you need a high-level sector-by-sector overview of prediction market activity, rather than data on a specific market, exchange, or time series. Ideal for dashboards, comparative sector analysis, or identifying which categories have the most activity.

## Known failure modes

- Service unavailable (CloudFront origin error)
- Payment required or invalid x402 payment header (402 response)
- No sector data currently available (empty response)
- Rate limiting or throttling from upstream

## How this service works

Aggregated prediction-market statistics by sector.

## Output

A list of prediction market sectors with aggregated statistics for each, such as volume, open interest, trade count, or other market metrics grouped by sector/category.

## 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-sector-statistics-e1cf1c7d/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)
