Gets one or more selections for a market
GET
/events/{eventId}/markets/{marketId}/selections/
sportsdata
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.whapi.com/v2/sportsdata/events//markets//selections/' \
--header 'apiKey;'
Response Response Example
200 - response
{
"selections": [
{
"id": "OB_OU3863",
"currentPriceNum": 14,
"currentPriceDen": 1,
"name": "Liverpool 2-1",
"status": "A"
},
{
"id": "OB_OU3846",
"currentPriceNum": 11,
"currentPriceDen": 2,
"name": "Forest Green 1-0",
"status": "A"
}
}
Request
Path Params
eventId
string
required
marketId
string
required
Query Params
ids
array[string]
optional
fields
array[string]
optional
include
array[string]
optional
exclude
array[string]
optional
culture
string
optional
selectionStatus
string
optional
selectionChannel
string
optional
selectionPublished
string
optional
Header Params
apiKey
string
required
Responses
Modified at 2023-08-15 06:10:46