Predexon has three interfaces that work together. Here’s how to choose the right one.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.
At a Glance
Data API
Market data, analytics, and wallet insights across 6 platforms.
Trading API
Place and manage orders without handling wallets or gas.
WebSocket
Real-time streaming of trades, orderbooks, and oracle events.
| Data API | Trading API | WebSocket | |
|---|---|---|---|
| Base URL | api.predexon.com | trade.predexon.com | wss.predexon.com |
| Protocol | REST | REST | WebSocket |
| Auth | x-api-key header | x-api-key header | API key in URL path |
Data API
Use the Data API when you need to:- List and search markets across all platforms
- Fetch prices, candlesticks, volume, and open interest
- Get orderbook snapshots
- Query historical trades and activity
- Look up wallet profiles, positions, and P&L
- Access smart money analytics and leaderboards
- Find cross-platform market matches
Trading API
Use the Trading API when you need to:- Create and manage accounts with managed wallets
- Place limit and market orders on Polymarket, Predict.fun, Opinion, and Limitless
- Cancel orders and check balances
- Get deposit addresses and withdraw funds
- Redeem resolved positions
- Configure partner fees
WebSocket
WebSocket requires a Dev plan or higher ($49/mo).
- Stream live trades as they happen
- Detect pending trades from the mempool (3–5s before confirmation)
- Monitor position activity (splits, merges, redemptions)
- Track market lifecycle events (creation, resolution)
- Stream real-time L2 orderbook updates
- Follow UMA oracle events (proposals, disputes, settlements)
