# Kalshi Markets Feed via x402.agentutility.ai

> Kalshi Markets Feed via x402.agentutility.ai is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches live Kalshi prediction market contracts with filtering by status, series, event, keyword, and volume; returns prices as 0–1 probabilities.

## Facts

- Endpoint: POST https://x402.agentutility.ai/kalshi-markets
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-agentutility-ai-c5118390
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qEqGs55CZaNle-RbxXH5B

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-agentutility-ai-c5118390 -d '<json body>'
```

Example prompt: Pull all active Kalshi markets related to Federal Reserve rate decisions with at least 500 contracts of volume and show me the prices as probabilities so I can compare them across venues.

## When to prefer this

Use this endpoint when you need live, CFTC-regulated prediction market data from Kalshi specifically, especially when you want prices already normalized to 0–1 probabilities for easy cross-venue comparison. Prefer this over scraping Kalshi directly or using general financial data APIs when the goal is event contract discovery and probability lookup without order entry.

## Known failure modes

- Kalshi upstream API unavailable — returns error or empty list
- Invalid series or event ticker — returns empty result set
- No markets match filter criteria — returns empty array
- Minimum volume filter too high — returns fewer or zero results
- Payment failure (x402 USDC) — request not processed

## How this service works

Kalshi markets / event contracts / Kalshi API / CFTC-regulated prediction markets / Kalshi browse / KalshiEX markets list. Pulls live markets from api.elections.kalshi.com with filter by status, series ticker, event ticker, free-text query, minimum volume. Prices converted from cents to 0-1 probabilities for easy cross-venue compare. DATA only — no order entry.

## Output

A list of live Kalshi market contracts matching the filters, each with series ticker, event ticker, market title, current yes/no prices converted from cents to 0–1 probabilities, volume, and market status.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 10,
  "cursor": "CgYI...",
  "markets": [
   {
    "title": "Will Elon Musk visit Mars in his lifetime?",
    "status": "open",
    "ticker": "KXELONMARS-99",
    "volume_24h": 1234,
    "yes_mid_prob": 0.28
   }
  ],
  "attribution": "Data: Kalshi public API. https://kalshi.com"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-agentutility-ai-c5118390/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
