SoccersAPIDocs
DocsReferenceMarkets › Market by ID

GETMarket by ID

One betting market.

/v2.2/markets/ with t=info

Try it in the interactive referenceAll Markets operations

Request

GET /v2.2/markets/?user=USER&token=TOKEN&t=info&id=1

Parameters

NameRequiredDescriptionExample
idyesMarket ID.1

Example response

{
  "data": {
    "id": "1",
    "name": "1X2, Full Time Result"
  },
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 1,
    "total": 1,
    "msg": ""
  }
}