Orbit Exchange Data API

Orbit Exchange API for Back & Lay Odds

Access pre-match and live exchange odds from Orbit Exchange (orbitxch.com) across 14 sports. Full back/lay price ladders with real liquidity, paginated REST endpoints, and a real-time WebSocket feed. One API key for all bookmakers.

What an Orbit Exchange API Response Looks Like

GET /api/orbitxch/cricket/events?page=1&limit=5
{
  "total": 31,
  "page": 1,
  "limit": 5,
  "totalPages": 7,
  "hasNextPage": true,
  "events": [
    {
      "sport": "cricket",
      "country": "International",
      "league": "One Day Internationals",
      "eventId": "35830529",
      "home": "England",
      "away": "India",
      "live": false,
      "startTime": "2026-07-19T10:00:00.000Z",
      "markets": [
        {
          "canonicalMarket": "MATCH_RESULT",
          "rawName": "Match Odds",
          "period": "FULL_TIME",
          "isActive": true,
          "selections": [
            {
              "canonicalOutcome": "HOME",
              "rawName": "England",
              "odds": 1.87,
              "isActive": true,
              "selectionId": "10301",
              "back": [
                { "price": 1.87, "liquidity": 5156.39 },
                { "price": 1.86, "liquidity": 6047.55 },
                { "price": 1.85, "liquidity": 10708.20 }
              ],
              "lay": [
                { "price": 1.88, "liquidity": 9157.45 },
                { "price": 1.89, "liquidity": 942.72 },
                { "price": 1.90, "liquidity": 1981.90 }
              ],
              "suspended": false
            }
          ]
        }
      ]
    }
  ]
}

The Full Order Book, Not Just a Price

Every selection carries three levels of market depth on both sides. The back ladder shows the best prices you can bet for an outcome; the lay ladder shows the prices you can bet against it. Liquidity is the amount actually matchable at each price — so you can measure spread, depth, and market efficiency, or feed it straight into an arbitrage model against fixed-odds bookmakers.

GET /api/orbitxch/soccer/leagues?page=1&limit=5
{
  "total": 84,
  "page": 1,
  "limit": 5,
  "totalPages": 17,
  "hasNextPage": true,
  "leagues": [
    { "name": "Argentinian Primera B Metropolitana", "eventCount": 10 },
    { "name": "Argentinian Primera C", "eventCount": 3 },
    { "name": "Argentinian Primera Nacional", "eventCount": 9 },
    { "name": "Belgian First Division A", "eventCount": 6 },
    { "name": "Brazilian Serie A", "eventCount": 10 }
  ]
}

Why Use PulseScore for Orbit Exchange Data

True Exchange Odds — Back & Lay

Orbit Exchange is a Betfair-style betting exchange. Every selection arrives with full back and lay price ladders — up to three price rungs each side with real liquidity figures — the same order-book data traders see on the exchange, not just a single fixed price.

The Sharpest Prices in the Market

Exchange prices are set by traders, not a bookmaker's margin. That makes Orbit odds the closest thing to the market's true probability — ideal as a pricing baseline for arbitrage scanners, value-bet finders, and closing-line-value analysis against the fixed-odds books.

Live WebSocket Streaming

Real-time push of every in-play event for the chosen sport, broadcast roughly every second — back/lay ladders and liquidity included. PRO and MAX plans only. All markets use canonical naming (MATCH_RESULT, OVER_UNDER, ASIAN_HANDICAP) so there are no mapping headaches.

One Key, All Bookmakers

A single API key unlocks every bookmaker included in your plan — Orbit Exchange, Bet365, BetOnline, Fanduel, Bwin, and more. Compare exchange prices against fixed odds with one integration.

Frequently Asked Questions

What data does the Orbit Exchange API provide?

PulseScore provides pre-match and live exchange odds from Orbit Exchange (orbitxch.com) across 14 sports. Each selection includes the best back price plus full back and lay ladders — up to three price rungs per side with the liquidity available at each price — and a suspended flag.

What sports are covered?

The 14 sports Orbit Exchange publishes markets for: Soccer, Tennis, Cricket, Basketball, Baseball, American Football, Australian Rules, Boxing, Darts, Esports, Gaelic Games, Rugby League, Rugby Union, and Volleyball. Each sport exposes /leagues, /leagues/:league/events, /events (paginated), and /events/:eventId.

How is exchange data different from bookmaker odds?

A bookmaker publishes one fixed price per selection with a built-in margin. An exchange is an order book: you see back prices (bet for) and lay prices (bet against) with the liquidity available at each level. The spread between best back and best lay shows how efficient the market is, and the liquidity shows how much can actually be matched.

How are the markets structured?

All markets use a canonical format: each market has a type (e.g., MATCH_RESULT, OVER_UNDER, ASIAN_HANDICAP), period (FULL_TIME, FIRST_HALF), and selections. Each selection carries odds (best back), a back array and lay array of {price, liquidity} rungs, and a suspended flag. The same structure is used across all sports.

Is there a free tier?

Yes. The BASIC plan is free and includes 500 API requests per month. Upgrade to PRO or MAX for unlimited requests.

Can I access Orbit Exchange alongside other bookmakers with the same API key?

Yes. A single API key gives you access to every bookmaker included in your plan — Orbit Exchange, Bet365, BetOnline, Betano(DE), Fanduel, Bwin, and more. No need for separate keys or accounts.

How do I authenticate with the API?

Sign up for a free account, generate an API key from your dashboard, and pass it via the X-Secret header. The same key works for all bookmaker APIs.

Does Orbit Exchange support live in-play data?

Yes. Live in-play events are available via REST (/api/orbitxch/live-events, /live-events/sports, /live-events/events/:eventId) and via WebSocket at wss://api.pulsescore.net/api/orbitxch/ws/live. The WebSocket pushes every in-play event for the subscribed sport roughly every second, with live back/lay ladders. PRO and MAX plans only.

Start Using the Orbit Exchange API Today

Free tier available. No credit card required. Get your API key in 30 seconds.