API ReferenceSports
Fetch all sports
Fetch a list of all available sports along with the supported markets.
curl -X GET "https://loading/api/v1/public/sports"[
{
"key": "wsl",
"referenceId": 1174117206190029,
"supportedMarkets": [
"eventWinnerProjections",
"heatProjections"
],
"name": "Surfing"
}
]