SX BetBlog
Exchange ↗SX Bet
Active markets
2,848
Active orders
11,758
7d volume
$9.64M
7d bets
70,636
Active markets
2,848
Active orders
11,758
7d volume
$9.64M
7d bets
70,636
◆ Today's picks
34 featured
All picks →
[01] Latest

All content

[02] Build

Open API. No key required.

Fetch live odds, stream the order book, place orders — anything sx.bet can do, so can your code.

GET api.sx.bet/markets/activecurl
$ curl "https://api.sx.bet/markets/active?onlyMainLine=true"
{
  "status": "success",
  "data": {
    "markets": [
      {
        "marketHash": "0x0eeace4a9b...",
        "status": "ACTIVE",
        "outcomeOneName": "Lakers",
        "outcomeTwoName": "Celtics",
        "leagueId": 1,
        "sportId": 5,
        "gameTime": 1776268800
      }
    ],
    "nextKey": "..."
  }
}