Gets one or more specific markets
GET
/events/{eventId}/markets/
sportsdata
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.whapi.com/v2/sportsdata/events//markets/' \
--header 'apiKey;'
Response Response Example
200 - response
{
"markets": [
{
"id": "OB_MA2493",
"name": "90 Minutes",
"status": "A"
},
{
"id": "OB_MA2559",
"name": "Correct Score",
"status": "A"
}
]
}
Request
Path Params
eventId
string
required
Query Params
ids
array[string]
optional
includeAllDescendants
string
optional
fields
array[string]
optional
include
array[string]
optional
exclude
array[string]
optional
includeEmpty
string
optional
culture
string
optional
marketPublished
string
optional
marketStatus
string
optional
marketDisplayed
string
optional
marketChannel
string
optional
marketSort
string
optional
marketEW
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