# clink-lithium-vault.fly.dev

> clink-lithium-vault.fly.dev is a paid API for AI agents from clink-lithium-vault.fly.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

## Facts

- Endpoint: GET https://clink-lithium-vault.fly.dev/pm/movers
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pm-movers-36791440
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2cqqdgAYwqAzJENWV-lwg

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 pm-movers-36791440
```

## How this service works

Prediction market movers - the biggest probability swings in the last 24h or 7d across liquid Polymarket markets (liquidity >= $5k, 24h volume >= $1k), up and down, with current probability, move in points, volume, and URL. Breaking-news detection, event monitoring, what changed today. ?window=24h|7d&limit=<1-50>.

## 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": "string"
      },
      "window": {
       "enum": [
        "24h",
        "7d"
       ],
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "movers": [
   {
    "move_pts": -22,
    "question": "...",
    "volume_24h": 412000,
    "probability": 0.31
   }
  ],
  "window": "24h",
  "universe": {
   "eligible": 175,
   "markets_scanned": 300
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pm-movers-36791440/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clink-lithium-vault.fly.dev](https://www.zero.xyz/host/clink-lithium-vault.fly.dev/llms.txt)
