Skip to main content

What it streams

Futures market entities and metadata updates.

Routing

  • Entity key: futureId
  • Filters: sportIds, tournamentIds, futureIds, live, pregame
  • Localization: lang

Common payload fields

  • futureId
  • futureStatus
  • sport
  • tournament

Example message (JSON)

{
  "channel": "futures",
  "type": "UPDATE",
  "payload": {
    "futureId": "idFUTURE123",
    "futureStatus": { "live": false, "statusId": 2, "statusName": "Prematch" },
    "sport": { "sportId": 10, "sportName": "Football" },
    "tournament": { "tournamentId": 7, "tournamentName": "Some Tournament" }
  },
  "ts": 1765497900000,
  "entryId": "1765497900000-10"
}