Delta Feed Messages

All types of messages for Delta Feed

Common Fields

Every Delta payload has the following fields:

  • type - int - type of delta message. Possible values are:

    • 1 - Event Status Changed

    • 2 - Event Changed

    • 3 - Deprecated

    • 4 - Scoreboard Changed

    • 5 - Bets Cancellation

    • 6 - Event Snapshot

    • 7 - Markets Changed

  • eventId - int64 - Id of changed sport event

  • sportId - int64 - Id of a sport to which the affected event belongs

  • locationId - int64 - Id of a location to which the affected event belongs

  • leagueId - int64 - Id of a league to which the affected event belongs

  • lastUpdatedTime - int64 - Unix timestamp of the message, used for feed recovery

  • creationTime - date-time - timestamp when the message was created

  • correlationId - string - GUID which can be used to trace back to the message source

  • updateSequence - int64 - event update sequence. Incremented with each sent delta

Specific Messages

Last updated