# BlockRun Kalshi Prediction Market Lookup

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

Fetches details for a specific Kalshi prediction market by its ticker symbol, routed through BlockRun's AI payment layer with USDC micropayment settlement.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/prediction-market/kalshi/markets
- Price: $0.0085/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-kalshi-prediction-market-lookup-f36c63b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bYdt-tAqc_50jJYhGMHIg

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-lookup-f36c63b7
```

Example prompt: Can you pull up the details for the Kalshi market with ticker PRES-2024-DEM and tell me what it's about?

## When to prefer this

Use this endpoint when you need to retrieve details for a specific, known Kalshi market by its ticker symbol and want micropayment-settled access via BlockRun's routing layer with USDC on Base or Solana. Prefer this over direct Kalshi API access when you need x402-compatible payment flows or are operating within an agent framework already using BlockRun.

## Known failure modes

- Missing or invalid market_ticker returns an error or empty result
- Kalshi API downstream unavailability causes failure
- Payment not settled in USDC causes request rejection
- Expired or delisted market ticker may return no data

## 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 structured data about the specified Kalshi prediction market, including market name, description, contract terms, status, and other market-level metadata associated with the given ticker symbol.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-kalshi-prediction-market-lookup-f36c63b7/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)
