# Kalshi Live Prediction Markets Feed

> Kalshi Live Prediction Markets Feed is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-16).

Fetches live Kalshi prediction market data including yes/no contract prices normalised to probabilities, trading volume, and open interest

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/kalshi-markets
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kalshi-live-prediction-markets-feed-acf5e9dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WdPdkatSiJvdyt6SXfkLO

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 kalshi-live-prediction-markets-feed-acf5e9dc
```

Example prompt: Pull the current Kalshi prediction market prices and show me which markets have the highest volume right now, with their yes/no probabilities.

## When to prefer this

Choose this endpoint when you need live, normalised probability data from Kalshi prediction markets — particularly for event-driven decision-making, political forecasting, or macro probability tracking. Prefer this over raw exchange APIs when you want prices already normalised to probabilities rather than raw cent prices. Best when you need both volume and open interest alongside probabilities in a single call.

## Known failure modes

- Kalshi API upstream outage returns 503 or empty payload
- Payment of 0.008 USDC not provided results in 402 Payment Required
- Rate limiting may return 429 if called too frequently
- Market data may be delayed or stale during low-liquidity periods
- No query filtering supported — full market list returned on every call

## How this service works

Live Kalshi markets with yes/no prices normalised to probabilities, volume and open interest

## Output

Returns a list of live Kalshi prediction market contracts, each with yes/no prices normalised to decimal probabilities (0–1), trading volume, and open interest figures. Data reflects real-time market state at time of request.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kalshi-live-prediction-markets-feed-acf5e9dc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
