2,483 markets tracked in real-time

One API forEvery Prediction Market

Stop juggling 3 APIs. Get unified data from Polymarket, Kalshi & Gemini in a single call. Ship faster with our comprehensive API documentation and transparent pricing.

Polymarket
Kalshi
Gemini
REST + WebSocket
PolymarketPotential Insider
Will Iran nuclear deal be reached by March 2026? - polymarket prediction market

Will Iran nuclear deal be reached by March 2026?

$42.5K BUY@ 65%94%3m ago
KalshiLarge Trade
Fed rate cut at next FOMC meeting? - kalshi prediction market

Fed rate cut at next FOMC meeting?

$28.7K BUY@ 41%87%12m ago
PolymarketPotential Insider
Supreme Court rule on crypto regulation in 2026? - polymarket prediction market

Supreme Court rule on crypto regulation in 2026?

$18.2K SELL@ 72%91%28m ago
Trump wins 2028?48%PM
Fed cuts rates in Q1 2026?42%KS
BTC above $150K by July 2026?35%GM
US recession by end of 2026?28%PM
SpaceX Starship lands on Mars?18%KS
ETH above $10K in 2026?22%GM
OpenAI releases GPT-5?72%PM
Apple announces AR glasses?58%KS
Tesla Robotaxi launches 2026?45%GM

Why waste time on integration?

Stop building the same API adapter three times. We handle the complexity so you can focus on what matters.

Without Propheseer

  • 3 separate APIs
  • 3 auth systems
  • 3 data formats
  • Manual arbitrage hunting
  • Hours of integration

With Propheseer

  • 1 unified API
  • 1 API key
  • Normalized JSON
  • Auto opportunity detection
  • 5 minutes to first call

Ship faster with Official SDKs

Type-safe clients for TypeScript and Python. Install, import, and start querying prediction markets in minutes.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Install the SDK
npm install propheseer

// Connect to prediction markets
import Propheseer from 'propheseer'

const client = new Propheseer({
  apiKey: process.env.PROPHESEER_API_KEY
})

// Fetch markets from all platforms
const page = await client.markets.list({
  source: 'polymarket',
  category: 'politics'
})

console.log(page.data)
INSTALLnpm install propheseer

Built for Developers

One SDK for every prediction market. Our official TypeScript and Python clients give you type-safe access to Polymarket, Kalshi, and Gemini with a unified interface.

  • Full type safety and autocomplete
  • Automatic retries with exponential backoff
  • Built-in pagination helpers
  • Normalized data across all platforms

Data from the best sources

We aggregate and normalize data from the leading prediction market platforms.

🟣

Polymarket

2,383markets

Crypto-native prediction markets

🔵

Kalshi

100markets

CFTC-regulated exchange

🟢

Gemini

50+markets

Gemini prediction markets

See it in action

Simple REST API. Clean JSON responses. Try it yourself.

GET/v1/markets?category=politics&limit=3
{
  "data": [
    {
      "id": "pm_trump_2028",
      "source": "polymarket",
      "question": "Will Trump win 2028?",
      "category": "politics",
      "status": "open",
      "outcomes": [
        { "name": "Yes", "probability": 0.52 },
        { "name": "No", "probability": 0.48 }
      ],
      "url": "https://polymarket.com/event/..."
    },
    {
      "id": "ks_fed_rate_jan",
      "source": "kalshi",
      "question": "Will the Fed cut rates in January?",
      "category": "finance",
      "status": "open",
      "outcomes": [
        { "name": "Yes", "probability": 0.35 },
        { "name": "No", "probability": 0.65 }
      ],
      "url": "https://kalshi.com/markets/..."
    },
    {
      "id": "gm_btc_100k",
      "source": "gemini",
      "question": "Will BTC be above $100K on Dec 31?",
      "category": "finance",
      "status": "open",
      "outcomes": [
        { "name": "Yes", "probability": 0.68 },
        { "name": "No", "probability": 0.32 }
      ],
      "url": "https://exchange.gemini.com/prediction-markets/..."
    }
  ],
  "meta": { "total": 2533, "limit": 3 }
}

Built for your use case

Whether you're building trading tools, research platforms, or media products.

Arbitrage Detection

Find price gaps across platforms. Buy low on one, sell high on another.

Trading Bots

Automate trades based on market movements and probability changes.

News & Media

Embed live prediction odds in articles. Show readers what markets think.

Research

Track prediction market accuracy. Analyze forecasting performance.

Simple, transparent pricing

Start free. Upgrade when you need more. No hidden fees.

Free

$0forever

Perfect for trying out the API and hobby projects

  • API Requests: 100/day
  • Rate Limit: 10 req/min
  • Unusual Trade DetectionNew
    Upgrade to Pro
  • WebSocket Streaming: —
  • Arbitrage Detection: —
Start Free
POPULAR

Pro

$19.99/month

or $16.66/mo billed annually

For serious traders and developers building applications

  • API Requests: 10,000/day
  • Rate Limit: 100 req/min
  • Unusual Trade DetectionNew
    Whale & anomaly alerts
  • WebSocket Streaming: 50 markets
  • Arbitrage Detection: Included
Get Started

Business

Custom

Includes all of Pro, with custom integrations tailored to your needs

  • API Requests: 100,000/day
  • Rate Limit: 1,000 req/min
  • Unusual Trade DetectionNew
    Whale & anomaly alerts
  • WebSocket Streaming: Unlimited
  • Arbitrage Detection: Included
Contact Us

Ready to aggregate
prediction markets?

Get your free API key in 30 seconds. No credit card required. Start building with our API documentation.

Get Started - It's Free