/
Player Markets

Player Markets

When requesting a list of player markets per sport, POST request is:

Base URL /get_player_markets_per_sport

Required field for this call is the sport_id

With the above details the API provides the following message:

<player_markets timestamp="1648805983001"> <sport id="1" name="Soccer"/> <goalscorers> <market id="1" name="First Goal"/> <market id="2" name="Any Time"/> <market id="3" name="Last Goal"/> <market id="4" name="2 Or More"/> <market id="5" name="Hat-Trick"/> <market id="7" name="1st or Last"/> <market id="17" name="15 Minutes"/> <market id="18" name="1st Half"/> </goalscorers> <assists> <market id="21" name="Assist"/> </assists> <cards> <market id="23" name="Card"/> <market id="24" name="Yellow Card"/> <market id="25" name="Red Card"/> </cards> <shots> <market id="31" name="At Least 1"/> <market id="32" name="At Least 2"/> <market id="33" name="At Least 3"/> <market id="34" name="At Least 4"/> <market id="35" name="At Least 5"/> </shots> </player_markets>

Tag player_markets has only one attribute which is timestamp with date and time when message was created.

Under that tag there is a tag named sport that has ID of sport and its name, and tags with each type of player market which contains data for all outcomes placed into child market tags.

Tags market have attribute representing id of outcome and name attribute that represents name of the outcome.

 

Related content

Markets List
Markets List
More like this
Player List
Player List
More like this
GET - Market List
GET - Market List
More like this
Fixture change
Fixture change
Read with this
Sport List
Sport List
More like this
Outright Odds
Outright Odds
Read with this