# Predge Kalshi Whale Trades Latest

> Predge Kalshi Whale Trades Latest is a paid API for AI agents from api.predge.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the most recent large-size trades (whale trades) on Kalshi prediction markets, with market title, side, price, and USD size.

## Facts

- Endpoint: GET https://api.predge.io/v1/kalshi/whales/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/predge-kalshi-whale-trades-latest-6059d8f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6wt9s1rqklM_bm2gp4h4i

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 predge-kalshi-whale-trades-latest-6059d8f9
```

Example prompt: Pull the latest 50 whale trades from Kalshi on Predge so I can see what big money is betting on right now — show me the market titles, which side they took, and how much they put in.

## When to prefer this

Choose this endpoint when you need the most recent large-trade flow on Kalshi prediction markets specifically — it surfaces anonymized institutional-size trades ($1,000+ USD) with a 15-minute delay. Prefer this over Polymarket-focused endpoints when your user cares about Kalshi markets (e.g. Fed rate, economics). Note that trades are anonymous and not outcome-verified, so this is a flow-signal tool, not a verified insider alert.

## Known failure modes

- Limit parameter out of range (must be 1–100) returns validation error
- Payment not included or insufficient USDC causes 402 Payment Required
- No trades available in current window returns empty trades array with count 0
- Kalshi public API unavailable causes upstream data gap
- Stale data if Kalshi feed is delayed beyond the 15-minute window

## How this service works

Real-time alerts on whale traders on Polymarket. Heuristic Insider Watch, wallet scoring 0–100, Bloomberg-style web terminal. Free plan included.

## Output

A JSON object containing a list of up to 100 recent whale trades on Kalshi, each with market ticker, market title, category, side (yes/no), price, USD size, and timestamp. Also includes metadata: platform, data delay in minutes (15), whale minimum USD threshold ($1,000), a disclaimer that trades are anonymous institutional flow not attributed to specific traders, and an outcome_verified flag (false).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "trades": [
   {
    "side": "yes",
    "price": 0.62,
    "ticker": "FED-25DEC-T3.75",
    "category": "economics",
    "platform": "kalshi",
    "size_usd": 18500,
    "traded_at": "2026-07-17T09:41:02.000Z",
    "market_title": "Fed funds rate above 3.75% after the December meeting?"
   }
  ],
  "platform": "kalshi",
  "data_basis": "anonymous institutional flow — Kalshi's public API does not attribute trades to traders; not outcome-verified",
  "delay_minutes": 15,
  "whale_min_usd": 1000,
  "outcome_verified": false,
  "insufficient_data": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/predge-kalshi-whale-trades-latest-6059d8f9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.predge.io](https://www.zero.xyz/host/api.predge.io/llms.txt)
