The Ably Websocket API is being deprecated on July 1, 2026. See the migration guide →
curl --request GET \
--url https://api.sx.bet/markets/find{
"status": "success",
"data": [
{
"status": "ACTIVE",
"marketHash": "0x531e9e6d6469f6323d464340e91840b3666e4e43cf04b8c2a52c2ac0d67839fb",
"outcomeOneName": "Golden State Warriors +6.5",
"outcomeTwoName": "Minnesota Timberwolves -6.5",
"outcomeVoidName": "NO_GAME_OR_EVEN",
"teamOneName": "Golden State Warriors",
"teamTwoName": "Minnesota Timberwolves",
"type": 342,
"gameTime": 1773453600,
"line": 6.5,
"sportXeventId": "L18272456",
"liveEnabled": true,
"sportLabel": "Basketball",
"sportId": 1,
"leagueId": 1,
"leagueLabel": "NBA",
"group1": "NBA",
"chainVersion": "SXR",
"participantOneId": 15002,
"participantTwoId": 14999,
"mainLine": true
}
]
}Look up specific markets by their market hash, including settlement details for resolved markets.
curl --request GET \
--url https://api.sx.bet/markets/find{
"status": "success",
"data": [
{
"status": "ACTIVE",
"marketHash": "0x531e9e6d6469f6323d464340e91840b3666e4e43cf04b8c2a52c2ac0d67839fb",
"outcomeOneName": "Golden State Warriors +6.5",
"outcomeTwoName": "Minnesota Timberwolves -6.5",
"outcomeVoidName": "NO_GAME_OR_EVEN",
"teamOneName": "Golden State Warriors",
"teamTwoName": "Minnesota Timberwolves",
"type": 342,
"gameTime": 1773453600,
"line": 6.5,
"sportXeventId": "L18272456",
"liveEnabled": true,
"sportLabel": "Basketball",
"sportId": 1,
"leagueId": 1,
"leagueLabel": "NBA",
"group1": "NBA",
"chainVersion": "SXR",
"participantOneId": 15002,
"participantTwoId": 14999,
"mainLine": true
}
]
}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.
reportedDate, outcome, teamOneScore, teamTwoScore.