Skip to main content

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.

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
Wildcards2 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 limit.
EndpointDescription
GET /v2/polymarket/marketsList markets
GET /v2/polymarket/eventsList events
GET /v2/polymarket/crypto-updownCrypto up/down markets
GET /v2/polymarket/market-price/{token_id}Market price
GET /v2/polymarket/candlesticks/{condition_id}Candlesticks
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

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"}