Everything in this tab is built for one job: giving you the data and signals you need to find edges in prediction markets. Markets, prices, orderbook history, trades, positions, wallet P&L, smart-money flow, and live streaming — all behind one API key, normalized across Polymarket, Kalshi, Limitless, Opinion, Predict.fun, Dflow, and Binance.Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
Your first call
What’s in this tab
Cross-Venue Search
Text search and programmatic matching across every venue — find the same question on Polymarket, Kalshi, Limitless, Opinion, and Predict.fun.
Markets
List markets and events across all venues, plus live lifecycle events (creation, resolution) over WebSocket.
Pricing & Candles
Spot price, OHLCV candlesticks (1m–1d), volume curves, open interest, Binance reference candles, and Chainlink crypto streams.
Orderbooks
Historical orderbook snapshots across venues plus the live L2 WebSocket stream for Polymarket.
Trades
Full historical trade tape (Polymarket, Kalshi, Dflow) plus live trades and mempool pending-trade signals over WebSocket.
Activity & Positions
On-chain activity (splits, merges, redemptions, NegRisk conversions), position snapshots, and the live activity WebSocket channel.
Wallets & P&L
Wallet profiles, positions, realized + unrealized P&L, similar-wallet discovery, and connected-wallet clusters across Polymarket and Dflow.
Smart Money & Leaderboards
Profitable-wallet positioning, top holders, smart-activity-per-market, global + per-market leaderboards, cohort stats.
Oracle & Settlement
UMA resolution markets and live oracle + collateral events for tracking how questions resolve.
Backtesting
Replay historical orderbook state, reconcile candles with the trade tape, and backtest signals against the pending-trade leading indicator.
Common recipes
List trending markets
GET /v2/polymarket/markets?sort=volumeSearch across venues
GET /v2/markets/search?q=trumpFetch OHLCV candles
GET /v2/polymarket/candlesticks/{condition_id}Orderbook history
GET /v2/polymarket/orderbooksWallet P&L (free)
GET /v2/polymarket/wallet/pnl/{wallet}Smart-money for a market
GET /v2/polymarket/market/{condition_id}/smart-moneyFind matching markets
GET /v2/matching-markets?polymarket_market_slug=...Stream pending trades
Subscribe with
filters.status: "pending" on the trades channel.Authentication & limits
All endpoints in this tab live onhttps://api.predexon.com and authenticate via the x-api-key header. See Authentication and Rate limits in Start Here for plan details, free-endpoint lists, and best-practice patterns (caching, retries, connection pooling).
Want to place trades, not just read data? Switch to Unified Execution Infra →