Polymarket data

    Polymarket data API — real-time and historical

    Predexon indexes Polymarket directly from the Polygon blockchain and our own market-data infrastructure: every market, trade, and price since 2020, plus an always-on recorder capturing every orderbook event tick by tick. No scraping, no sampled snapshots — data accurate to the block.

    Query markets and trade history over REST, stream live activity over a mempool-aware WebSocket that runs up to 5 seconds ahead of Polymarket's RTDS, and download tick-level orderbook history as Parquet for research and backtesting.

    Since 2020
    trade & price history
    Up to 5s
    ahead of RTDS
    Tick-level
    orderbook history
    Block-accurate
    wallet analytics & PnL

    What you can query

    Markets & events

    Full catalog with metadata, outcomes, status, and resolutions

    Trades

    Complete trade history for every market since 2020

    Prices

    Historical and live prices at every granularity

    Orderbook history

    Tick-level book replay — every placement, cancel, and fill

    Wallets & PnL

    Positions, profit and loss, and trade history per wallet

    Smart money

    Leaderboards and signals from the most profitable wallets

    Query Polymarket markets
    curl "https://api.predexon.com/v2/polymarket/markets?search=fed&status=open" \
      -H "x-api-key: <your-api-key>"
    
    # Trades for a market
    curl "https://api.predexon.com/v2/polymarket/trades?market_slug=<market-slug>" \
      -H "x-api-key: <your-api-key>"
    
    # Wallet PnL
    curl "https://api.predexon.com/v2/polymarket/wallet/pnl/<address>" \
      -H "x-api-key: <your-api-key>"

    Coverage & delivery

    Source
    Indexed from the Polygon blockchain
    History
    Trades & prices since 2020
    Real-time
    Mempool-aware WebSocket
    Orderbooks
    Tick-level, downloadable as Parquet
    Analytics
    Wallets, PnL, leaderboards
    Access
    REST + WebSocket, one API key

    Frequently asked questions

    How do I get Polymarket data via API?

    Sign up at dashboard.predexon.com for an API key, then query REST endpoints for markets, trades, prices, and wallets, or connect to the WebSocket for live streams. A free tier is available with no credit card.

    How far back does Polymarket historical data go?

    Trade and price history is complete since 2020 — every market and trade since the venue launched, indexed from the blockchain. Tick-level orderbook capture has been running continuously since January 2026 and grows every day.

    Does Predexon have Polymarket orderbook history?

    Yes — tick-level orderbook history capturing every placement, update, cancel, and fill since January 2026, downloadable as compressed Parquet and finalized daily through the previous day.

    Is the data really faster than Polymarket's own feed?

    For real-time streaming, yes: Predexon watches the Polygon mempool and pushes pending events before they confirm, up to 5 seconds ahead of Polymarket's RTDS.

    Can I track Polymarket wallets and PnL?

    Yes. Because Predexon indexes from the chain, every wallet's positions, trade history, and realized/unrealized PnL are available and accurate to the block, plus leaderboards of the most profitable traders.

    Start building today

    Tick-level orderbook history, the fastest WebSocket, and blockchain-indexed analytics for every major prediction market — through one clean, predictable API.