What Are Prediction Markets?
Prediction markets are platforms where you trade contracts on the outcomes of real-world events. Each contract resolves to either 0 (if it doesn’t). The current trading price reflects the market’s implied probability of that outcome. For example, if a contract “Will X happen?” trades at $0.65, the market implies a 65% probability that X will occur.Key Concepts
Markets and Conditions
A market is a single tradeable question (e.g., “Will Team A win?”). Markets are identified by acondition_id, the unique identifier for the underlying question.
Each market has two sides:
- Yes — you profit if the event happens
- No — you profit if the event doesn’t happen
Token IDs
Each side of a market has its own token ID, the specific tradeable asset. A singlecondition_id maps to two token IDs (one for Yes, one for No). When placing trades or fetching prices, you’ll often work with token IDs.
Events
An event groups related markets together. For example, “2026 Election” might be an event containing markets for each candidate.Orderbooks
Prediction markets use orderbooks, a list of open buy and sell orders at various prices. The orderbook determines the current best price and available liquidity. Key orderbook terms:- Bid — highest price a buyer is willing to pay
- Ask — lowest price a seller is willing to accept
- Spread — the gap between the best bid and best ask
Positions
When you buy shares in a market, you hold a position. Positions track:- Which outcome you hold (Yes or No)
- How many shares
- Your average entry price
Resolution
When the real-world event concludes, the market resolves. Winning shares pay out 0. After resolution, winning positions become redeemable and can be exchanged for your collateral (USDC.e on Polymarket, USDT on Predict.fun).Platforms Predexon Supports
Predexon provides a unified API across multiple prediction market platforms:| Platform | Blockchain | Collateral | Data | Trading |
|---|---|---|---|---|
| Polymarket | Polygon | USDC.e | Full coverage | Supported |
| Predict.fun | BSC | USDT (BEP-20) | Orderbooks | Supported |
| Kalshi | — (centralized) | — | Full coverage | — |
| Dflow | Solana | — | Trades, positions, P&L | — |
| Limitless | — | — | Orderbooks | — |
| Opinion | — | — | Orderbooks | — |
| Binance | — | — | Crypto tick & candle data | — |
What You Can Do with Predexon
- Read market data — prices, candlesticks, volume, open interest, orderbooks across all platforms
- Trade programmatically — place and manage orders on Polymarket and Predict.fun via the Trading API
- Analyze wallets — track positions, calculate P&L, profile trading behavior
- Find cross-platform opportunities — match equivalent markets between Polymarket and Kalshi
- Follow smart money — see where high-performing traders are active
- Stream real-time data — subscribe to trades, activity, and market lifecycle events via WebSocket
