# BlockRun Kalshi Trades Lookup

> BlockRun Kalshi Trades Lookup 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 recent trades for a specified Kalshi prediction market ticker via BlockRun's payment-gated routing layer

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/prediction-market/kalshi/trades
- 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-trades-lookup-04965860
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C3nlq3AViDnQ_ZjH4vFfK

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-trades-lookup-04965860
```

Example prompt: Pull the recent trades for Kalshi market ticker KXBTCD-24DEC31 so I can see what prices and sizes people have been trading at.

## When to prefer this

Use this endpoint when you specifically need trade-level data (individual transactions) for a Kalshi prediction market contract. Prefer it over order book endpoints when you want to see what prices trades have actually cleared at rather than pending bids/asks. Ideal for agents monitoring Kalshi market liquidity, analyzing price discovery, or tracking sentiment shifts on specific event contracts.

## Known failure modes

- Missing or invalid ticker parameter returns an error or empty result
- Kalshi market ticker does not exist or has been delisted
- Payment not settled causes 402 response requiring USDC payment on Base or Solana
- Kalshi API upstream unavailability causes timeout or 5xx error
- Ticker string formatting errors (case sensitivity or wrong format) yield no results

## 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 a list of recent trade records for the specified Kalshi market ticker, including trade price, quantity, direction, and timestamp — giving a view into recent market activity and price discovery on that contract.

## 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-trades-lookup-04965860/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)
