Direct testing interface connecting Lords Exchange odds engines, real-time sports updates, and live dealer video streams.
Loading live fixtures...
Loading casino lists...
Select a casino table from the Live Casino tab to start streaming.
Select a game table to load real-time odds, chips, and streaming feeds.
Active Round (MID)
-
Select Chips
Selection
Subscribe to Event Channel
SkyProvider WebSocket Stream delivers low-latency price updates. Connect and subscribe to match nodes to avoid constant HTTP polling.
const ws = new WebSocket('wss://skyprovider.cc/ws/allwhitelabel');
ws.send(JSON.stringify({
action: "subscribe",
exchange: "lordsexch",
types: ["odds", "casino"]
}));