WebSocket Connection
Connect to the RMS-Socket service to receive real-time bet approval updates via secure WebSocket.
Last updated
Was this helpful?
Connect to the RMS-Socket service to receive real-time bet approval updates via secure WebSocket.
The RMS-Socket service provides real-time event streaming via secure WebSocket connections. Clients receive instant updates for betting approval operations without needing to poll the API.
Bet approval operations occur on bet slips that reach the Bet Referral page and are manually approved or rejected by your team.
Key Features:
Secure WebSocket (WSS) connections
Real-time message broadcasting
Customer-platform isolated rooms
Support for multiple event types
Supported Events:
RESERVE_BET_ACCEPT
Reserved bet acceptance notifications
RESERVE_BET_REJECT
Reserved bet rejection notifications
Production
wss://rms.lsports.eu
Path: /rms-socket/socket.io
Authorization
String
Yes
Bearer token from ARENA360 authentication: Bearer <accessToken>
customerid
String
Yes
Your numeric Customer ID
Refer to the Authentication Guide for obtaining access tokens.
Before establishing a WebSocket connection, you must obtain a valid access token using your ARENA360 API credentials.
Refer to the Authentication Guide for steps on:
Generating API tokens in ARENA360
Exchanging credentials for access tokens
Refreshing expired tokens
Important Notes:
Access tokens expire every 30 minutes
Refresh tokens are valid for 7 days
Include the access token in the Authorization header as: Bearer <accessToken>
WebSocket Connections
10 connections
Per minute per IP
HTTP Requests
100 requests
Per 15 minutes per IP
Exceeding these limits will result in a 429 Too Many Requests error.
Quick Start & Best Practices — Get connected in minutes
Code Examples — Complete examples in JavaScript, Python, and Browser
Error Handling — Error codes and troubleshooting guide
Last updated
Was this helpful?
Was this helpful?