Skip to main content
GET
/
api
/
v1
/
platforms
cURL
curl -sS 'https://api.0xinsider.com/api/v1/platforms'
{
  "object": "platforms",
  "data": {
    "platforms": {
      "polymarket": {
        "grade": "supported",
        "pnl": "supported",
        "strategy": "supported",
        "timeline": "supported",
        "whale_signal": "supported",
        "insider_radar": "supported",
        "market_snapshot": "supported"
      },
      "kalshi": {
        "grade": "unsupported",
        "pnl": "partial",
        "strategy": "unsupported",
        "timeline": "partial",
        "whale_signal": "unsupported",
        "insider_radar": "unsupported",
        "market_snapshot": "partial"
      }
    }
  },
  "meta": {
    "request_id": "req_example",
    "cached": false
  }
}
The platform capability matrix: which V1 intelligence surfaces are supported, partial, or unsupported per provider platform. Read it once at integration time so you know which endpoints return data for Polymarket versus Kalshi before you call them. This is an unauthenticated discovery endpoint, so you can fetch it without an API key.
curl "https://api.0xinsider.com/api/v1/platforms"
Use it to gate features client-side instead of hardcoding per-platform assumptions that drift as coverage expands.

Response

Platform capability matrix

object
string
required
Allowed value: "platforms"
data
object
required
meta
object
required