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- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
id | yes | Market 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": ""
}
}