# Lukka Prediction Markets Sector Statistics

> Lukka Prediction Markets Sector Statistics is a paid API for AI agents from api.predictionmarketdata.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns market statistics across prediction market sectors including most active contracts, trading activity, and market news from major exchanges.

## Facts

- Endpoint: GET https://api.predictionmarketdata.io/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/lukka-prediction-markets-sector-statistics-d939b074
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5pbHmSfH4F-IyJPE6U5iO

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 lukka-prediction-markets-sector-statistics-d939b074
```

Example prompt: Show me the most active prediction market sectors and their trading activity across major exchanges right now using Lukka Prediction Markets.

## When to prefer this

Use this endpoint when you need a high-level sector overview of prediction market activity, including which contract categories are most active and what news is driving trading across major exchanges. Prefer this over individual contract endpoints when you want a broad market pulse rather than details on a specific contract.

## Known failure modes

- Invalid or malformed properties filter returns 400 error
- Payment not received or insufficient USDC balance returns 402 error
- Upstream exchange data unavailable returns 503 error
- Empty response if no active contracts exist in requested sectors
- Rate limiting if too many calls per minute

## How this service works

Aggregated prediction-market statistics by sector.

## Output

A JSON object containing sector-level market statistics for prediction markets, including most active contracts, trading volume, market news, and activity data aggregated across major exchanges.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lukka-prediction-markets-sector-statistics-d939b074/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.predictionmarketdata.io](https://www.zero.xyz/host/api.predictionmarketdata.io/llms.txt)
