SoccersAPIDocs
DocsReferenceMarkets › All markets

GETAll markets

The eight markets in use: 1X2, over/under goal line, Asian handicap, first-half variants, Asian corners and half-time result.

/v2.2/markets/ with t=list

Try it in the interactive referenceAll Markets operations

Request

GET /v2.2/markets/?user=USER&token=TOKEN&t=list

Example response

{
  "data": [
    {
      "id": "1",
      "name": "1X2, Full Time Result"
    },
    {
      "id": "2",
      "name": "Over/Under, Goal Line"
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 8,
    "total": 8,
    "msg": ""
  }
}