Actions (Betting)

This section provides details and descriptions of the values in the actions payload.

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 betting 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 authentication token is provided. Heartbeats are sent from this endpoint between data packets to indicate a continuous connection.

Endpoints

Live match actions

CONNECT wss://dde-streams.data.imgarena.com/ice-hockey/fixtures/{fixtureId}/actions

Path Parameters

NameTypeDescription

fixtureId*

UUID

Unique id of a requested fixture.

Headers

NameTypeDescription

Accept*

String

application/vnd.imggaming.dde.api+json;version=1

Connection

String

keep-alive

{
    The supplied authentication is invalid
}

Request parameters

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.

Response Fields

action

Detailed player action details within a match

Last updated