# Kalshi Specific Event Lookup

> Kalshi Specific Event Lookup is a paid API for AI agents from polymarketeer.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Fetches detailed information for a specific Kalshi prediction market event identified by its ticker symbol

## Facts

- Endpoint: POST https://polymarketeer.vercel.app/api/x402/kalshi/events/specific
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarketeer-vercel-app-b29a90e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uu5JAimDdIlJclsr4MamU

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 polymarketeer-vercel-app-b29a90e0 -d '<json body>'
```

Example prompt: Can you pull up the full event details for the Kalshi ticker HIGHTEMP-23-DEC31 — I want to see the market info, contract details, and current status.

## When to prefer this

Use this endpoint when you have a specific Kalshi ticker symbol and need full event details, rather than searching or browsing. Prefer this over the Kalshi search endpoint when the exact ticker is already known. Use instead of Polymarket endpoints when the target market is specifically on Kalshi.

## Known failure modes

- Invalid or unknown ticker symbol returns 404 or empty result
- Malformed ticker format causes validation error
- Kalshi API downstream unavailability returns 503
- Payment not processed returns 402 Payment Required
- Rate limiting returns 429

## How this service works

Get detailed information for a specific Kalshi event by ticker symbol

## Output

Returns detailed information about the specified Kalshi event including market metadata, contract specifications, event description, status, resolution criteria, and related market data associated with the given ticker symbol.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "data"
 ],
 "properties": {
  "data": {},
  "error": {
   "type": "string"
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/polymarketeer-vercel-app-b29a90e0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from polymarketeer.vercel.app](https://www.zero.xyz/host/polymarketeer.vercel.app/llms.txt)
