GET All Markets
This endpoint returns all available markets within your subscription.
https://api.sportmonks.com/v3/odds/markets{
"data": [
{
"id": 1,
"legacy_id": 1,
"name": "Fulltime Result",
"developer_name": "FULLTIME_RESULT",
"has_winning_calculations": true
},
{
"id": 2,
"legacy_id": 63,
"name": "Double Chance",
"developer_name": "DOUBLE_CHANGE",
"has_winning_calculations": false
},
{
"id": 3,
"legacy_id": null,
"name": "X Goal",
"developer_name": "X_GOAL",
"has_winning_calculations": false
},
{
"id": 4,
"legacy_id": 28077,
"name": "Match Goals",
"developer_name": "MATCH_GOALS",
"has_winning_calculations": true
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
File
Pagination
Parameters
Parameter
Required
Description
Example
Include options
Related entities
Postman
Code Example
Last updated
Was this helpful?