Total Corners (pre-match)
Update Time: 2022-09-01 16:32
Introduction
• This API endpoint returns the pre-match odds for the total corners.
• By default, returns data for the next 10 days.
Related Plans
You can use this api by subscribing plans: Odds Pro.
Request
- Path: /sport/football/odds/cornerstotal/prematch
- Method: GET
- Calls: This interface is limited to 10 second/call;
- Recommend Calls: 15 second/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
matchId | string | false | Get the data for the specified match. When multiple matches are acquired at the same time, use "," to separate the matchId. e.g. matchId=322964610,322964611. |
companyId | string | false | Get the data for the specified company. When multiple companies are acquired at the same time, use "," to separate the companyId. e.g. companyId=3,8. |
Response
Parameter | Value | Description | |
---|---|---|---|
matchId | string | ||
companyId | string | 3: Crown 8: Bet365 | |
odds | object | ||
totalCorners | string | ||
over | string | ||
under | string | ||
changeTime | int | Unix timestamp |
Example Request
Example Response
{}