Skip to main content
GET
/
markets
Get all markets with odds types
curl --request GET \
  --url https://v2.55-tech.com/markets \
  --header 'X-ABP-API-KEY: <api-key>'
[
  {
    "marketId": 101,
    "marketLength": 3,
    "sportId": 10,
    "playerProp": false,
    "handicap": 0,
    "marketName": "Full Time Result",
    "marketNameShort": "1X2",
    "marketType": "1x2",
    "period": "fulltime",
    "oddsTypes": [
      {
        "outcomeId": 101,
        "outcomeName": "1"
      },
      {
        "outcomeId": 102,
        "outcomeName": "X"
      },
      {
        "outcomeId": 103,
        "outcomeName": "2"
      }
    ]
  },
  {
    "marketId": 201,
    "marketLength": 2,
    "sportId": 10,
    "playerProp": false,
    "handicap": -1.5,
    "marketName": "Asian Handicap -1.5",
    "marketNameShort": "AH -1.5",
    "marketType": "asian_handicap",
    "period": "fulltime",
    "oddsTypes": [
      {
        "outcomeId": 201,
        "outcomeName": "1"
      },
      {
        "outcomeId": 202,
        "outcomeName": "2"
      }
    ]
  }
]

Authorizations

X-ABP-API-KEY
string
header
required

API key for authentication. Contact admin to obtain a key.

Query Parameters

sportId
integer | null

Filter by sportId

Response

List of markets with odds types