API
Versioned REST access to the probability feed, discrepancy signals, and fair-value estimates. Authenticate with x-api-key. Metered per day by tier.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/markets | List events with fair probability + discrepancy |
| GET | /api/v1/markets/:id | One event, full detail |
| GET | /api/v1/events/:id | Standardized event + contracts |
| GET | /api/v1/platforms | Tracked venues |
| GET | /api/v1/discrepancies | Cross-market discrepancies |
| GET | /api/v1/movers | Biggest fair-probability moves |
| GET | /api/v1/probabilities/:marketId | Latest probabilities + fair value |
| GET | /api/v1/history/:marketId | Historical snapshots |
| GET | /api/v1/research/:marketId | Structured research |
| GET | /api/v1/quality/:marketId | Market Quality Score |
| GET | /api/v1/signals | Discrepancy + movement signals |
| POST | /api/v1/watchlists | Add to watchlist |
| POST | /api/v1/alerts | Create an alert |
Example
curl https://skipseek.com/api/v1/discrepancies \ -H "x-api-key: sk_pmi_..."
Full field definitions, rate limits, freshness, attribution, and commercial-use restrictions are in the docs.