# Kalshi Markets Data via proxy.suverse.io

> Kalshi Markets Data via proxy.suverse.io is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Lists Kalshi prediction market contracts with ticker, title, yes/no bid/ask prices, last trade price, volume, and open interest.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/kalshi-markets
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kalshi-markets-data-via-proxy-suverse-io-500f8dae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OJHQsHQJn_q70TNrW_Og8

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-markets-data-via-proxy-suverse-io-500f8dae -d '<json body>'
```

Example prompt: Pull the current list of Kalshi prediction markets and show me the tickers, yes/no bid and ask prices, last traded price, volume, and open interest for each one.

## When to prefer this

Use this endpoint when you need structured, machine-readable access to Kalshi prediction market data — including prices, volume, and open interest — without managing your own Kalshi API credentials. It is ideal for agents that need real-time event-contract data from the US-regulated Kalshi exchange on a pay-per-call basis via x402 micropayments.

## Known failure modes

- Kalshi upstream API unavailable — proxy returns 5xx error
- Rate limiting or quota exceeded — returns 429 or payment-related error
- Empty response if no markets are currently active
- Stale data if Kalshi API is lagging behind real-time
- x402 payment not processed — returns 402 Payment Required

## How this service works

List Kalshi prediction markets: ticker, title, yes/no bid + ask, last price, volume and open interest. The US-regulated event-contract board. Free Kalshi public API.

## Output

Returns a list of Kalshi prediction market contracts, each containing the ticker symbol, human-readable title, yes-side and no-side bid and ask prices, last traded price, trading volume, and open interest — providing a full snapshot of market activity on the US-regulated Kalshi exchange.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "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-markets-data-via-proxy-suverse-io-500f8dae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
