# BlockRun Kalshi Prediction Market Prices

> BlockRun Kalshi Prediction Market Prices is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-15).

Fetches current prices for a Kalshi prediction market contract by ticker symbol, with per-call micropayment via USDC.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/prediction-market/kalshi/prices
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-kalshi-prediction-market-prices-7c5efb1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mkaz5Mi-mbq0vML5BmbQw

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 blockrun-kalshi-prediction-market-prices-7c5efb1b
```

Example prompt: What's the current price for the Kalshi market with ticker KXBTC-25DEC on BlockRun?

## When to prefer this

Use this endpoint when you need real-time Kalshi prediction market prices in an agentic workflow and want seamless micropayment handling via USDC on Base or Solana. Prefer this over direct Kalshi API access when you need a single unified payment layer for multiple data sources, or when building agents that require on-chain payment settlement without managing separate API keys.

## Known failure modes

- Invalid or unknown ticker returns an error or empty result
- Missing required 'ticker' query parameter causes a 400 bad request
- Payment failure (insufficient USDC balance) results in 402 Payment Required
- Kalshi API downtime causes upstream timeout or 503 error
- Rate limiting may occur under high query frequency

## How this service works

Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.

## Output

Returns the current price data for the specified Kalshi prediction market contract, including contract pricing relevant to the given ticker symbol, enabling real-time market monitoring and trading decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ticker": {
   "type": "string",
   "description": "Required query param"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-kalshi-prediction-market-prices-7c5efb1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
