Skip to main content

Predexon API Overview

Predexon is a prediction markets API that solves two key problems: finding equivalent markets across platforms and accessing comprehensive market data for Polymarket and Kalshi.

What Predexon Provides

Market Matching API

Find the same markets across Polymarket and Kalshi platforms:
  • Cross-Platform Matching - Provide a market from one platform, get matches from the other
  • Confidence Scoring - Distinguish between exact matches and related markets
  • Active/Closed Filtering - Separate results by market status
  • Batch Operations - Match multiple markets in a single request
Perfect for arbitrage bots, multi-venue monitoring, and cross-platform analytics.

Markets Data API

Access comprehensive market information:
  • Market Discovery - Search and filter markets by slug, event, tags, status, and volume
  • Historical Orders - Complete order history with time range filtering
  • On-Chain Activity - Track MERGE, SPLIT, and REDEEM operations
  • Market Prices - Current and historical token prices
  • OHLCV Candlesticks - Price data at 1m, 1h, and 1d intervals
  • Wallet Analytics - Realized P&L tracking with flexible time granularity

Authentication

All requests require an API key passed in the x-api-key header:
curl -H "x-api-key: YOUR_API_KEY" "https://api.predexon.com/v1/..."
Contact team@predexon.com to request API access.

Base URLs

  • REST API: https://api.predexon.com/v1

Why Use Predexon

  • Cross-Platform Intelligence - The only API focused on finding equivalent markets across venues
  • Comprehensive Data - Order history, activity, prices, and candlesticks in one place
  • Production-Ready - Built for reliability and performance
  • Developer-Friendly - Clean REST endpoints with comprehensive documentation

Get Started