Real-time WebSocket

    The fastest WebSocket for prediction market data

    Predexon streams every Polymarket trade, price change, and orderbook update over a single WebSocket connection. Our mempool-aware pipeline pushes events before they confirm on-chain — up to 5 seconds ahead of Polymarket's own real-time data service.

    Seven channels cover the full market surface: trades, on-chain activity, orderbook depth, market lifecycle, UMA oracle events, collateral flows, and Chainlink crypto prices. Flat pricing by plan, no per-message metering, and no surprise egress bills.

    Up to 5s
    ahead of Polymarket RTDS
    7 channels
    trades to oracle events
    1 connection
    one message schema
    Flat
    pricing — no egress metering

    Channels

    Trades

    Every fill as it happens — filter by wallet, market, or condition

    Activity

    Splits, merges, redemptions, and conversions as they land

    Orderbook

    Live L2 depth updates — placements, cancels, and modifications

    Lifecycle

    Market creation and resolution events

    Oracle

    UMA proposals, disputes, and settlements

    Collateral & crypto prices

    pUSD collateral flows, plus Chainlink price ticks

    Subscribe in a few lines
    import websockets, json, asyncio
    
    async def main():
        async with websockets.connect(
            "wss://wss.predexon.com/v1/<your-api-key>"
        ) as ws:
            await ws.send(json.dumps({
                "action": "subscribe",
                "type": "market_trades",
                "markets": ["<market-slug>"],
            }))
            async for msg in ws:
                print(json.loads(msg))
    
    asyncio.run(main())

    Coverage & delivery

    Coverage
    Polymarket + Chainlink crypto prices
    Latency edge
    Mempool-aware — 3–5s early
    Channels
    7 — trades, activity, orderbook, lifecycle, oracle, collateral, crypto
    Access
    Dev plan and above
    Pricing
    Flat monthly — no egress metering
    History
    Pair with tick history for backfill

    Frequently asked questions

    How fast is the Predexon WebSocket compared to Polymarket's RTDS?

    Predexon's pipeline watches the mempool and streams pending transactions before they confirm on-chain, delivering updates up to 5 seconds ahead of Polymarket's official real-time data service.

    Which venues does the WebSocket cover?

    The WebSocket currently streams Polymarket (all seven channels) plus Chainlink crypto price ticks. Kalshi, Opinion, Limitless, and Predict.fun are covered by Predexon's REST API and tick-history downloads.

    What channels are available?

    Seven channels: trades, activity (splits, merges, redemptions), orderbook depth, market lifecycle, UMA oracle events, collateral flows, and Chainlink crypto prices. Subscribe to any combination, filtered by wallet, market, or condition.

    How is the WebSocket priced?

    Flat monthly pricing by plan with no per-message or egress charges. WebSocket access starts on the Dev plan ($49/mo, 10 subscriptions per connection); Pro raises limits to 100 subscriptions with wildcards. See the pricing page for details.

    Can I backfill history to pair with the live stream?

    Yes — pair the live feed with Predexon's REST API for trade and price history back to 2020, and with orderbook tick history downloads for full-depth book replay.

    Start building today

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