...
URL | https://api.softnetsport.com/v2/markets |
---|---|
XSD | |
Method | GET |
Description | Returns markets used in BetPartner producta list of all available markets for prematch and live odds |
Cache | 60 seconds |
Authorization required | Yes |
...
Name | Type | Description |
---|---|---|
token | xsd:string | REQUIRED. There is more information concerning authorization in the API introduction section |
page | xsd:int | Determines offset of paginated data. Default value is 1 which means first page |
limit | xsd:int | Determines maximum number of returned records on page. Used in paginated data. Default value is 500. Possible values: 5, 10, 25, 50, 100, 250, 500 |
market_type_id | xsd:int | Determines the market type identifier. The complete list of possible markets types can be retrieved using the API resource: market-types.index |
scope_id | xsd:int | Determines the scope of the market. The complete list of possible scopes can be retrieved using the API resource: scopes.index |
subtype | xsd:string | Determines the subtype of the market. Possible values:
|
sport_id | xsd:int | Determines the sport identifier for the market. The complete list of possible sports can be retrieved using the API resource: sports.index |
is_default_market | xsd:int | Possible values:
|
is_live | xsd:string | Possible values:
|
is_prematch | xsd:string | Possible values:
|
status | xsd:int | Determines the status of the market. Possible values:
|
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes that occurred or were updated after this timestamp will be returned |
...