Skip to main content

Plans

FreeDevProEnterprise
Price$0/month$49/month$249/month$499+/month
Rate Limit1 req/sec20 req/sec100 req/secCustom
Monthly Requests1,0001,000,0005,000,000Unlimited
Overage-$5 / 100K$2.50 / 100K-
WebSocketNo access10 subs × 10 items100 subs × 500 itemsCustom
Wildcards--2 per channelCustom
Priority RoutingNoNoNoYes (dedicated node)
Sign up and get your API key at dashboard.predexon.com.

Free Endpoints

These endpoints are free and unlimited on all plans. They do not count toward your monthly request quota.
Universally free:
  • All list-market endpoints across every venue (/v2/{venue}/markets)
  • All orderbook history endpoints across every venue (/v2/{venue}/orderbooks)
  • All Trading API endpoints (trade.predexon.com/api/*). Trading API calls never count against your Data API quota.
EndpointDescription
GET /v2/polymarket/marketsList markets
GET /v2/polymarket/markets/keysetList markets (keyset pagination)
GET /v2/polymarket/eventsList events
GET /v2/polymarket/events/keysetList events (keyset pagination)
GET /v2/polymarket/crypto-updownCrypto up/down markets
GET /v2/polymarket/market-price/{token_id}Market price
GET /v2/polymarket/candlesticks/{condition_id}Candlesticks (condition-level)
GET /v2/polymarket/candlesticks/token/{token_id}Candlesticks (per-token)
GET /v2/polymarket/volume-chart/{condition_id}Volume chart
GET /v2/polymarket/orderbooksOrderbook history
GET /v2/polymarket/tradesTrades history
GET /v2/polymarket/activityWallet activity
GET /v2/polymarket/markets/{token_id}/volumeVolume time series
GET /v2/polymarket/markets/{condition_id}/open_interestOpen interest
GET /v2/polymarket/positionsAll positions
GET /v2/polymarket/wallet/pnl/{wallet}Wallet P&L (summary + time series)
GET /v2/polymarket/wallet/{address}/clusterConnected wallets cluster
GET /v2/polymarket/uma/marketsUMA markets list
GET /v2/polymarket/uma/market/{condition_id}UMA market detail
GET /v2/polymarket/builders/leaderboardBuilder leaderboard
GET /v2/polymarket/builders/{builder_code}Builder stats
GET /v2/polymarket/builders/{builder_code}/marketsBuilder top markets
GET /v2/polymarket/builders/{builder_code}/timeseriesBuilder timeseries

Gated Features

These features require a Dev plan or higher. Free tier users receive a 403 error.
FeatureEndpoints
Cross-Platform Matching/v2/matching-markets/*
Smart Money & AnalyticsLeaderboards, cohort stats, wallet profiles, smart activity
Binance Data/v2/binance/*
WebSocketwss://wss.predexon.com/v1/{API_KEY}

WebSocket Limits

MetricDevProEnterprise
Subscriptions per connection10100Custom
Items per subscription10500Custom
Total items10050,000Custom
Wildcard subscriptionsNot allowed2 per channelCustom
  • Server sends a ping every 30 seconds; pong required within 60 seconds
  • Idle connections (zero subscriptions) closed after 2 minutes
  • Buffer limits: events dropped at 1 MB, connection terminated at 4 MB

Rate Limit Errors

Exceeding your rate limit returns HTTP 429 Too Many Requests. Implement exponential backoff in your application.
curl https://api.predexon.com/health
# {"status": "healthy"}