# x402-factory NBA Finals Winner Evergreen Probability

> x402-factory NBA Finals Winner Evergreen 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-15).

Returns the live aggregated probability of who wins the next NBA Finals, auto-rolling to the next season's market after each resolution.

## Facts

- Endpoint: GET https://x402-factory.com/v1/evergreen/nba-finals-winner
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-factory-nba-finals-winner-evergreen-probability-5b2f5a63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__WEi2CSAC2AGLPXnn8YK4

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-nba-finals-winner-evergreen-probability-5b2f5a63
```

Example prompt: What are the current prediction market probabilities for who wins the next NBA Finals — show me the odds from Kalshi and Polymarket combined?

## When to prefer this

Use this endpoint when you need a stable, always-current URL for NBA Finals winner probability without tracking seasonal market slugs manually. It is ideal for recurring monitoring, dashboards, or agents that need the answer to 'who wins the next NBA Finals' without knowing the current market identifier. Prefer this over raw venue APIs when you want cross-venue aggregation (Kalshi + Polymarket) with divergence and liquidity scoring in a single call.

## Known failure modes

- No active NBA Finals market exists (off-season gap before next market opens) — may return null or empty per_venue array
- Prediction market venues temporarily unavailable — missing per_venue entries for affected venue
- Market just resolved and roll-forward is in progress — brief window where current_slug may be stale
- HTTP 402 if payment header is missing or USDC balance is insufficient
- Stale data if upstream market feed is delayed

## How this service works

Live probability: Who wins the next NBA Finals? — Stable evergreen URL for a recurring question: Who wins the next NBA Finals? Auto-resolves to the current market instance and rolls forward on resolution, so the answer is always about the next occurrence. Response adds current_slug and rolls_to_next_at to the standard probability shape.

## Output

Returns a JSON object with a consensus probability (0–1) for the NBA Finals winner, per-venue breakdowns from Kalshi and Polymarket (implied_p, 24h volume, liquidity score), divergence between venues, 1-hour probability move, resolution date, current market slug, and a rolls_to_next_at timestamp indicating when the evergreen URL will auto-forward to the next season's market.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "slug": "thunder-win-nba-finals-2027",
   "topic": "nba-finals-winner",
   "category": "sports",
   "question": "Will the Thunder win the 2027 NBA Finals?",
   "per_venue": [
    {
     "venue": "polymarket",
     "implied_p": 0.199,
     "market_id": "thunder-win-nba-finals-2027",
     "volume_24h_usd": 243468.28,
     "liquidity_score": 0.933
    }
   ],
   "divergence": 0,
   "probability": 0.199,
   "current_slug": "thunder-win-nba-finals-2027",
   "last_move_1h": -0.0055,
   "topic_question": "Who wins the next NBA Finals?",
   "resolution_date": "2027-06-20",
   "rolls_to_next_at": "2027-06-20",
   "resolution_criteria_summary": "Resolves YES if Oklahoma City wins the 2027 NBA championship."
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/probability.evergreen.nba-finals-winner",
   "sources": [
    "kalshi",
    "polymarket"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/evergreen/nba-finals-winner",
   "data_mode": "live",
   "freshness": "realtime",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.091Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-factory-nba-finals-winner-evergreen-probability-5b2f5a63/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)
