The Ably Websocket API is being deprecated on July 1, 2026. See the migration guide →
curl --request GET \
--url https://api.sx.bet/fixture/active{
"status": "success",
"data": [
{
"participantOneName": "Nevada Wolf Pack",
"participantTwoName": "North Dakota State",
"startDate": "2020-11-25T20:00:00.000Z",
"status": 1,
"leagueId": 2,
"leagueLabel": "NCAA",
"sportId": 1,
"eventId": "L6206070"
}
]
}Retrieve active fixtures (games and events) for a league on SX Bet.
curl --request GET \
--url https://api.sx.bet/fixture/active{
"status": "success",
"data": [
{
"participantOneName": "Nevada Wolf Pack",
"participantTwoName": "North Dakota State",
"startDate": "2020-11-25T20:00:00.000Z",
"status": 1,
"leagueId": 2,
"leagueLabel": "NCAA",
"sportId": 1,
"eventId": "L6206070"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.sx.bet/llms.txt
Use this file to discover all available pages before exploring further.