The Ably Websocket API is being deprecated on July 1, 2026. See the migration guide →
curl --request GET \
--url https://api.sx.bet/search{
"status": "success",
"data": [
{
"gameTime": "2026-04-28T02:10:00.000Z",
"teamOneName": "Los Angeles Dodgers",
"teamTwoName": "Miami Marlins",
"providerEventId": "17495682",
"provider": "LSPORT",
"type": [
28,
226,
236,
342,
1618
],
"eventId": "L17495682",
"chainVersion": "SXR",
"league": {
"leagueId": 171,
"sportId": 3,
"label": "MLB"
}
}
]
}Find active fixtures by team name on SX Bet.
curl --request GET \
--url https://api.sx.bet/search{
"status": "success",
"data": [
{
"gameTime": "2026-04-28T02:10:00.000Z",
"teamOneName": "Los Angeles Dodgers",
"teamTwoName": "Miami Marlins",
"providerEventId": "17495682",
"provider": "LSPORT",
"type": [
28,
226,
236,
342,
1618
],
"eventId": "L17495682",
"chainVersion": "SXR",
"league": {
"leagueId": 171,
"sportId": 3,
"label": "MLB"
}
}
]
}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.