# x402-factory TIME Person of the Year Prediction Market Probability

> x402-factory TIME Person of the Year Prediction Market Probability is a paid API for AI agents from x402-factory.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns real-time prediction market probability for whether TIME's Person of the Year will be an AI industry figure, aggregated from Kalshi and Polymarket.

## Facts

- Endpoint: GET https://x402-factory.com/v1/evergreen/time-person-of-the-year
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-factory-time-person-of-the-year-prediction-market-probability-5559e1fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DMdYp5wS07EdHwp4a99_J

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 x402-factory-time-person-of-the-year-prediction-market-probability-5559e1fc
```

Example prompt: What's the current prediction market probability that TIME's Person of the Year will be an AI figure — pull the latest odds from Kalshi and Polymarket?

## When to prefer this

Use this endpoint when you need a real-time, aggregated prediction market probability specifically for TIME's Person of the Year award, especially when you want cross-venue consensus (Kalshi + Polymarket) rather than a single-exchange price. Prefer this over scraping individual exchange APIs when you need normalized, machine-readable probability with volume and liquidity metadata in a single call.

## Known failure modes

- HTTP 402 returned if no X-PAYMENT header is provided — call without payment to receive USDC payment requirements, then retry with X-PAYMENT header
- Market data may be unavailable if underlying venues (Polymarket/Kalshi) are down or have delisted the market
- Stale data if upstream sources have not updated recently, though endpoint aims for real-time freshness
- Invalid or malformed payment header results in payment rejection

## How this service works

Paid data APIs for AI agents: prediction-market analytics, weather intelligence, weather×market edge signals, and SEC/gov data. Paid endpoints use the x402 protocol (HTTP 402 + USDC on Base): call without payment to receive requirements, retry with an X-PAYMENT header. Machine-readable catalog: /llms.txt. Per-endpoint docs: /docs/{id}.

## Output

A JSON object containing the aggregated implied probability (0–1) for the TIME Person of the Year question, per-venue breakdown (Polymarket, Kalshi) including market ID, 24h USD volume, and liquidity score, the resolution date, last 1-hour price move, resolution criteria summary, and metadata including data freshness timestamp and request ID.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "slug": "time-person-of-the-year-ai-figure-2026",
   "topic": "time-person-of-the-year",
   "category": "entertainment",
   "question": "Will TIME's 2026 Person of the Year be an AI industry figure?",
   "per_venue": [
    {
     "venue": "polymarket",
     "implied_p": 0.1734,
     "market_id": "time-person-of-the-year-ai-figure-2026",
     "volume_24h_usd": 18553.04,
     "liquidity_score": 0.815
    }
   ],
   "divergence": 0,
   "probability": 0.1734,
   "current_slug": "time-person-of-the-year-ai-figure-2026",
   "last_move_1h": 0,
   "topic_question": "Who is TIME Person of the Year?",
   "resolution_date": "2026-12-15",
   "rolls_to_next_at": "2026-12-15",
   "resolution_criteria_summary": "Resolves YES if TIME names an AI-company executive or researcher."
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/probability.evergreen.time-person-of-the-year",
   "sources": [
    "kalshi",
    "polymarket"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/evergreen/time-person-of-the-year",
   "data_mode": "live",
   "freshness": "realtime",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.099Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-factory-time-person-of-the-year-prediction-market-probability-5559e1fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-factory.com](https://www.zero.xyz/host/x402-factory.com/llms.txt)
