# 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/odds
- 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-odds-23c92835
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ggea7tbvcvK9UWcf0-UZ5

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-odds-23c92835
```

## How this service works

What do the prediction markets say? Pass a question, get a finished read an agent can use directly: the best-matching market on Polymarket and on Kalshi with implied probability and 24h/7d moves, the cross-platform gap in points, a 7-day price history, a one-sentence summary, plus the top matching markets. Forecasting, research grounding, news context, event risk. ?q=<question>. Raw list only: /pm/search $0.01.

## 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": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string"
      },
      "limit": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "summary": "Polymarket prices \"...\" at 5% (-1 pts 24h, -3 pts 7d). Kalshi prices \"...\" at 4%.",
  "headline": {
   "kalshi": {
    "probability": 0.04
   },
   "gap_pts": 1,
   "polymarket": {
    "probability": 0.05
   }
  },
  "history_7d": {
   "points": [
    {
     "p": 0.08,
     "t": "2026-09-09T00:00:00.000Z"
    }
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pm-odds-23c92835/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)
