Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.86 KB

File metadata and controls

46 lines (38 loc) · 1.86 KB
title Oddpool API
description Prediction market data across Kalshi and Polymarket.

The Oddpool API provides programmatic access to prediction market data across Kalshi and Polymarket -- including whale trades, cross-venue arbitrage, price spreads, real-time WebSocket feeds, and full-text search.

All API requests should be made to:

https://api.oddpool.com

Quick start

curl -H "X-API-Key: your_api_key" \
  "https://api.oddpool.com/arbitrage/current?min_net_cents=0.5"
A machine-readable version of these docs is available at [`/llms.txt`](https://api.oddpool.com/llms.txt) -- fetch it to get the full API reference as structured markdown.

What you can build

Stream real-time orderbooks, trades, and probability distributions from Kalshi and Polymarket over a single connection. Monitor large trades across prediction markets. Track events and get alerts when whales move. Find cross-venue arbitrage opportunities and price spreads between Kalshi and Polymarket. Full-text search across all prediction markets with filtering by exchange, category, volume, and liquidity. Orderbook snapshots, top-of-book timeseries, and trade tapes for Kalshi markets. Orderbook snapshots, top-of-book timeseries, and trade tapes for Polymarket markets.