Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oddspapi.io/llms.txt

Use this file to discover all available pages before exploring further.

Status

🚧 Coming soon In the meantime, you can connect using native WebSockets:
const ws = new WebSocket("wss://v5.oddspapi.io/ws");

ws.onopen = () => {
  ws.send(JSON.stringify({
    type: "login",
    apiKey: "YOUR_API_KEY"
  }));
};