Media - Live actions
This section provides details and descriptions of the values in the actions payload for media customers.
Last updated
Was this helpful?
This section provides details and descriptions of the values in the actions payload for media customers.
The Live Actions websocket offers a live 'stream' of team and player actions during a match. It is primarily used by clients integrating data for live media markets. Updates will be received whenever a key action is completed, and this websocket is essential for live scores and match actions. To connect to this websocket endpoint, the provided authentication token is required. Heartbeats are sent from this endpoint between data packets to indicate a continuous connection.
Legacy - wss://dde-streams.data.imgarena.com/media/{sport}/fixtures/{fixtureId}/actions (decommissioning on 30th Sept 2026)
NEW - wss://dde-streams.data.srarena.io/media/{sport}/fixtures/{fixtureId}/actions
sport*
String
A unique name for the requested sport. Example: basketball, soccer, v2/volleyball, snooker
fixtureId*
UUID
Unique id of a requested fixture.
Accept*
String
application/vnd.imggaming.dde.api+json;version=1
Connection
String
keep-alive
{
The supplied authentication is invalid
}{
Request is missing required HTTP header 'Accept'
}We don't look at the header for websockets. Instead we expect the client to push through that auth message immediately on connecting in the following format.
IMG Arena monitors customer traffic to ensure it follows guidelines and isn't excessive. We recommend a request rate of 5 per second and encourage staying connected to websockets instead of repeated re-connections.
Two optional parameters are in common with these WebSocket endpoints:
speed - this can be “fast” or “normal”. The default is normal and only applicable for offline matches.
startPosition : integer value, default is 0. This is how many events to skip from the beginning of the list. e.g. five would start sending events from the 5th event received for that WebSockte. This is a helpful feature if you want to continue without getting all the events again from the beginning when you reconnect.
Last updated
Was this helpful?
Was this helpful?
{"authToken": "ACCESS_TOKEN"}