Skip to main content

Supported Platforms

PlatformProvider IDMarketsOrderbookTradesHistoryAnalyticsOrders
KalshikalshiYesYesYesYesYesYes
PolymarketpolymarketYesYesYesYesYesYes
LimitlesslimitlessYesYesYesPartial

The provider Parameter

All data endpoints require a provider query parameter:
curl "https://api.dotprediction.io/v1/api/markets?provider=kalshi" \
  -H "X-API-Key: YOUR_API_KEY"
If an endpoint is unsupported for the given provider, the API returns 400.

Discovering Capabilities

Use the List platforms endpoint to check capabilities programmatically:
curl https://api.dotprediction.io/v1/api/platforms \
  -H "X-API-Key: YOUR_API_KEY"