Get your free API key at dashboard.predexon.com to unlock higher rate limits and try all the examples below.
Overview
The Predexon API provides RESTful endpoints for accessing prediction market data. This guide will walk you through making your first API calls.1
Base URL
All API requests should be made to:
2
Make Your First Request
Let’s fetch the top markets by trading volume:
3
Explore the Response
The API returns structured JSON with market data:
Common Use Cases
Get Market Price History
Fetch candlestick data for charting:Track a Wallet’s Positions
Get all open positions for a wallet address:Find Cross-Platform Matches
Discover equivalent markets on Kalshi:Rate Limits
| Tier | Rate | Quota |
|---|---|---|
| Free | 1 req/sec | 100k/month |
| Pro | 20 req/sec (40 burst) | Unlimited |
Error Handling
The API uses standard HTTP status codes:| Code | Description |
|---|---|
200 | Success |
400 | Bad request - check your parameters |
403 | Forbidden - invalid or missing API key |
404 | Resource not found |
429 | Rate limit exceeded |
500 | Internal server error |
