Skip to main content
GET
/
markets
/
popular
Get popular markets
curl --request GET \
  --url https://api.sx.bet/markets/popular
{
  "status": "success",
  "data": [
    {
      "status": "ACTIVE",
      "marketHash": "0x9e86f7a99672288968cb94c69106cee559da7fb7495a857efce363424716eb0b",
      "outcomeOneName": "Wrexham",
      "outcomeTwoName": "Not Wrexham",
      "outcomeVoidName": "NO_CONTEST",
      "teamOneName": "Wrexham",
      "teamTwoName": "Swansea City",
      "type": 1,
      "gameTime": 1773432000,
      "sportXeventId": "L18188034",
      "liveEnabled": true,
      "sportLabel": "Soccer",
      "sportId": 5,
      "leagueId": 1313,
      "leagueLabel": "The Championship",
      "group1": "The Championship",
      "chainVersion": "SXR"
    },
    {
      "status": "ACTIVE",
      "marketHash": "0x3719cd6ada1e6010dba90db84e576184226fb47818dd893cd31bc25e4ed68cbb",
      "outcomeOneName": "Over 2.5",
      "outcomeTwoName": "Under 2.5",
      "outcomeVoidName": "NO_GAME_OR_EVEN",
      "teamOneName": "Wrexham",
      "teamTwoName": "Swansea City",
      "type": 2,
      "gameTime": 1773432000,
      "line": 2.5,
      "sportXeventId": "L18188034",
      "liveEnabled": true,
      "sportLabel": "Soccer",
      "sportId": 5,
      "leagueId": 1313,
      "leagueLabel": "The Championship",
      "group1": "The Championship",
      "chainVersion": "SXR",
      "mainLine": true
    }
  ]
}

Response

200 - application/json
status
string

success or failure if the request succeeded or not

data
object[]