Official OddsPapi JavaScript SDK for Node.js and browser. Connect to WebSocket API, stream realtime odds, and integrate sports betting data into your application.
const ws = new WebSocket("wss://v5.oddspapi.io/ws"); ws.onopen = () => { ws.send(JSON.stringify({ type: "login", apiKey: "YOUR_API_KEY" })); };