⌁ Developer access

PolyScan AI API

Programmatic access to our 6-model ensemble forecasts, historical accuracy data, and real-time market analysis.

GET /v1/marketsbtc-150k-july-2026
{
  "market": "Will Bitcoin exceed $150K by July 2026?",
  "source": "polymarket",
  "ai_probability": 0.34,
  "market_price": 0.28,
  "edge": 0.06,
  "model_agreement": "5/6",
  "models": {
    "claude_sonnet": 0.36,
    "claude_haiku": 0.32,
    "gpt4o": 0.35,
    "gpt4o_mini": 0.3,
    "perplexity_sonar": 0.38,
    "grok": 0.33
  },
  "crps_calibration": {
    "category": "crypto",
    "multiplier": 0.97,
    "historical_accuracy": 0.825
  },
  "analysis_timestamp": "2026-03-16T14:30:00Z"
}

Join the API Waitlist

Be the first to know when our API launches. Early access for waitlist members.

Planned Endpoints

GET/v1/marketsList active markets with AI forecasts
GET/v1/markets{id}Detailed analysis for a specific market
GET/v1/track-recordHistorical forecast accuracy data
GET/v1/categoriesPer-category accuracy metrics
GET/v1/whale-activityRecent large-block order book activity
WS/v1/streamReal-time forecast updates via WebSocket