Market by ID

GET https://soccer.sportmonks.com/api/v2.0/markets/:MARKET_ID

Introduction

Markets represent the betting options available per Bookmaker.

The Markets endpoint will help you to set up the Odds on a proper way in your website/application. This endpoint is very usefull for administrative purposes to check and structure the Markets availability.

Markets data can be requested by ID or all in one response.

Pagination

NO - Indicates if this endpoint contains pagination.

Nested Includes

0 - You can add a maximum of 0 levels of nested includes.

Includes Options

No includes available for this endpoint.

RESPONSES

status: OK

{"data":{"id":1,"name":"3Way Result"},"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}