Skip to main content

SUB /

Channel specific information WSS
query
object
Accepts the following message:

SUB /priceUpdates

Accepts one of the following messages:

#0 Order UpdateThis is emitted when a price has changed in a single market of a game (example there is a new order on Team A +3.5). Note - V2 will simplify order updates to only include information about the relevant order.
payload
object

#1 Game UpdateGame update is triggered when a game is created, when betting on the game is opened or closed, or when the start time for the game has been updated.
id
string
parentGameID
string
league
string
sport
number
start
number
Format: date
ended
boolean
participants
array
awayMoneylines
array
homeMoneylines
array
awaySpreads
object
homeSpreads
object
over
object
under
object
mainHomeSpread
number
mainAwaySpread
number
mainTotal
number
messageType
string
Allowed values: marketOpen marketClosed
Additional properties are allowed.

SUB /v2/user/

Accepts the following message:

Position UpdateThis is emitted when a price has changed in a single market of a game (example there is a new order on Team A +3.5). Note - V2 will simplify order updates to only include information about the relevant order.
matched
object
The filled amount is how much was matched in terms of your risk. This will be null unless your order was matched. TX ID is ID of the bet, you can use this to look up matched ID on the Rest API to get information on game (https://documenter.getpostman.com/view/6710109/U16gNmHG#a8745d07-8b3c-4269-bcb6-ae9740aaf022).
unmatched
object
This is where you will receive information from your orders. If remaining is 0 that means your order is completly matched. If offered is 0, that means the order was canceled.
gameID
string
ID of the game this bet was for
eventName
string
Event name of the game this bet was for
parentGameID
string
ID of the parent game, if this is a 1H or 1Q game
league
string
League of the game
sport
string
Sport of the game
origin
string
Allowed values: offer wager
Additional properties are allowed.