# x402-factory Science & Technology Probability Movers

> x402-factory Science & Technology 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 science and technology prediction markets ranked by largest absolute probability change over a chosen 1h, 6h, or 24h window, with volume surge ratios.

## Facts

- Endpoint: GET https://x402-factory.com/v1/movers/science-tech
- 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-science-technology-probability-movers-571b18d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PCpW1KqmkCA9KqoyUzUPm

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-science-technology-probability-movers-571b18d4
```

Example prompt: Show me the top 10 science and technology prediction markets with the biggest probability moves over the last 6 hours, sorted by absolute change.

## When to prefer this

Use this endpoint when you specifically want science and technology market movers pre-filtered — it saves a client-side filter step compared to the general /v1/movers endpoint. Prefer it over the full movers board when your agent or user is only interested in science, technology, AI, space, or related domains and you want a clean focused result set.

## Known failure modes

- Invalid window value (not 1h, 6h, or 24h) returns a 400 error
- limit out of range (below 1 or above 50) returns a 400 error
- min_liquidity outside 0–1 range returns a 400 error
- No movers found returns an empty array in the movers field
- Payment not included or insufficient returns a 402 Payment Required error
- Service unavailable returns a 5xx error

## How this service works

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

## Output

An array of science and technology prediction market movers, each containing the market slug, question text, current probability, previous probability, absolute probability delta, volume surge ratio, and category label — sorted by largest absolute probability change over the requested 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": "room-temp-superconductor-replicated-2026-12",
     "delta": -0.0355,
     "p_now": 0.0421,
     "p_prev": 0.0776,
     "category": "science-tech",
     "question": "Will a replicated room-temperature superconductor be published in 2026?",
     "volume_surge_ratio": 0.95
    },
    {
     "slug": "openai-releases-gpt6-2026-12",
     "delta": 0.0189,
     "p_now": 0.4681,
     "p_prev": 0.4492,
     "category": "science-tech",
     "question": "Will OpenAI release GPT-6 by end of 2026?",
     "volume_surge_ratio": 0.92
    },
    {
     "slug": "starship-booster-catch-twice-2026-12",
     "delta": 0.0098,
     "p_now": 0.6406,
     "p_prev": 0.6309,
     "category": "science-tech",
     "question": "Will SpaceX catch a Starship booster twice more by December 31?",
     "volume_surge_ratio": 0.92
    },
    {
     "slug": "apple-announces-foldable-2026-09",
     "delta": 0.0082,
     "p_now": 0.1686,
     "p_prev": 0.1604,
     "category": "science-tech",
     "question": "Will Apple announce a foldable device at its September event?",
     "volume_surge_ratio": 1.06
    },
    {
     "slug": "federal-ai-regulation-law-2026",
     "delta": 0.0042,
     "p_now": 0.1226,
     "p_prev": 0.1184,
     "category": "science-tech",
     "question": "Will major federal AI regulation become law in 2026?",
     "volume_surge_ratio": 0.95
    }
   ]
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/probability.movers.science-tech",
   "sources": [
    "kalshi",
    "polymarket"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/movers/science-tech",
   "data_mode": "live",
   "freshness": "realtime",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.150Z"
  }
 }
}
```

## More

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