GET Market by ID
GET
Market by ID
https://soccer.sportmonks.com/api/v2.0/markets/{ID}
Parameters
No parameters available for this endpoint.
Include options
No includes available for this endpoint.
Example response
https://soccer.sportmonks.com/api/v2.0/markets/1?api_token={API_TOKEN}
"data": {
"id": 1,
"name": "3Way Result"
},
Check this endpoint in Postman.