GET Markets by Search by Name
This endpoint returns markets information from your requested search query.
https://api.sportmonks.com/v3/odds/markets/search/{search_query}"data": [
{
"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
},
{
"id": 5,
"legacy_id": 136703813,
"name": "Alternative Match Goals",
"developer_name": "ALTERNATIVE_MATCH_GOALS",
"has_winning_calculations": true
},
{
"id": 7,
"legacy_id": 136830707,
"name": "Goal Line",
"developer_name": "GOAL_LINE",
"has_winning_calculations": false
},
```Field
Description
Type
Query Parameters
Required?
Description
Pagination
Include depth
Pagination
Include options
Related Entities:
Code Example
Last updated