Skip to main content

What the HTTP API is for

Use HTTP when you need:
  • Initial snapshots (bootstrap your state)
  • Metadata (sports, tournaments, bookmakers)
  • Backfills when WebSocket replay is not possible
  • Operational endpoints (keys, quotas) depending on your product

Authentication

HTTP uses the same apiKey concept as WebSockets (exact mechanism depends on your gateway). See Authentication next.