Quickstart
Get started with Predexon in 5 minutes. This guide shows how to find matching markets across Polymarket and Kalshi, and access market data.Prerequisites
- Predexon API key (contact team@predexon.com)
- Base REST URL:
https://api.predexon.com/v1 - Environment with curl, Node.js 18+, or Python 3.10+
Step 1: Find Matching Markets (Kalshi → Polymarket)
Find equivalent Polymarket markets for a Kalshi market ticker.Step 2: Find Matching Markets (Polymarket → Kalshi)
Works the same way - just usepolymarket_market_slug instead:
Step 3: List Markets with Filters
Search for markets using the Predexon markets endpoint:Step 4: Get Historical Candlesticks
Fetch OHLCV candlestick data for price analysis:1= 1 minute (max 1 week range)60= 1 hour (max 1 month range)1440= 1 day (max 1 year range)
Troubleshooting
- 400 – Check required parameters and value constraints
- 401 / 403 – Verify your API key is correct
- 404 – Market ticker/slug not found in database
- 429 – Rate limit exceeded, implement backoff
- 500 – Server error, try again or contact support
