# x402-factory World Politics Probability Movers

> x402-factory World Politics Probability Movers 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 world politics prediction markets ranked by absolute probability change over a chosen 1h, 6h, or 24h window, with volume surge ratios.

## Facts

- Endpoint: GET https://x402-factory.com/v1/movers/politics-world
- 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-world-politics-probability-movers-e0479c6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jzCE97-PXPl8Iy5lR8QXX

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-world-politics-probability-movers-e0479c6a
```

Example prompt: Show me the top 10 world politics prediction markets with the biggest probability swings over the last 6 hours, only include markets with decent liquidity.

## When to prefer this

Choose this endpoint when you specifically want world politics prediction market movers without needing to filter a broader feed yourself. It is pre-scoped to world politics, saving a category filter step compared to the generic /v1/movers endpoint. Prefer this when building political news dashboards, geopolitical intelligence briefings, or political volatility monitors that focus exclusively on world politics markets.

## Known failure modes

- Invalid window enum value returns 400 error
- limit out of range (outside 1–50) returns validation error
- min_liquidity outside 0–1 range returns validation error
- No movers found in window returns empty array
- Payment failure or insufficient USDC balance returns 402
- Upstream prediction market data unavailable returns 503

## How this service works

Biggest world politics probability moves (1h/6h/24h) — The fastest way to see where news is landing in world politics: active markets ranked by absolute probability change over your chosen window, with volume surge ratios. Same shape as /v1/movers, pre-filtered to world politics markets.

## Output

A ranked list of up to 50 world politics prediction market movers, each containing: market slug, question text, current probability (p_now), previous probability (p_prev), absolute probability delta, volume surge ratio, and category label — plus response metadata. Markets are pre-filtered to world politics and sorted by largest absolute probability change in the chosen window.

## 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",
     "required": [],
     "properties": {
      "limit": {
       "type": "integer",
       "default": 20,
       "maximum": 50,
       "minimum": 1
      },
      "window": {
       "enum": [
        "1h",
        "6h",
        "24h"
       ],
       "type": "string",
       "default": "24h"
      },
      "category": {
       "enum": [
        "politics",
        "economics",
        "weather",
        "crypto",
        "sports",
        "science-tech",
        "entertainment"
       ],
       "type": "string"
      },
      "min_liquidity": {
       "type": "number",
       "maximum": 1,
       "minimum": 0,
       "description": "Minimum liquidity_score (0–1)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "data",
      "meta"
     ],
     "properties": {
      "data": {
       "type": "object",
       "required": [
        "movers"
       ],
       "properties": {
        "movers": {
         "type": "array",
         "items": {
          "type": "object",
          "required": [
           "slug",
           "question",
           "p_now",
           "p_prev",
           "delta",
           "volume_surge_ratio",
           "category"
          ],
          "properties": {
           "slug": {
            "type": "string"
           },
           "delta": {
            "type": "number"
           },
           "p_now": {
            "type": "number",
            "maximum": 1,
            "minimum": 0
           },
           "p_prev": {
            "type": "number",
            "maximum": 1,
            "minimum": 0
           },
           "category": {
            "type": "string"
           },
           "question": {
            "type": "string"
           },
           "volume_surge_ratio": {
            "type": "number"
           }
          },
          "additionalProperties": false
         }
        }
       },
       "add
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "movers": [
    {
     "slug": "eu-ukraine-accession-talks-2026-10",
     "delta": -0.0217,
     "p_now": 0.1738,
     "p_prev": 0.1955,
     "category": "politics",
     "question": "Will the EU approve opening accession talks with Ukraine by October 31?",
     "volume_surge_ratio": 1.12
    },
    {
     "slug": "uk-pm-confidence-vote-2026-09",
     "delta": -0.0186,
     "p_now": 0.2047,
     "p_prev": 0.2233,
     "category": "politics",
     "question": "Will the UK Prime Minister face a confidence vote by September 30?",
     "volume_surge_ratio": 0.95
    }
   ]
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/probability.movers.politics-world",
   "sources": [
    "kalshi",
    "polymarket"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/movers/politics-world",
   "data_mode": "live",
   "freshness": "realtime",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.148Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-factory-world-politics-probability-movers-e0479c6a/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)
