...
Name | Type | Description |
---|---|---|
token | xsd:string | REQUIRED. More information concerning authorization in 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 |
scope_id | xsd:int | Determines the scope of the market |
subtype | xsd:string | Determines the subtype of the market. Possible values:
|
sport_id | xsd:int | Determines the sport identifier for the market |
is_live | xsd:string | |
is_prematch | xsd:string | |
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes that occurred or were updated after this timestamp will be returned |
...
Output elements
.markets | ||
---|---|---|
..market | ||
id | Identifier Unique identifier of the market | |
sport_id | Identifier for the sport | |
name | Name of the market e.g. Fulltime - 1x2 | |
pattern | Internal attribute (e.g. Jump distance #addText# → Jump distance Noriaki Kasai) | |
typealternative name | ||
market_type_id | Identifier type for the market e.g. Totals, Asian, Corners | |
scope_id | Unique identifier for the scope | |
sport_id | Unique identifier for the sport | |
param_value | has_replacer | Possible values:
|
is_live | Possible values:
| |
is_prematch | Possible values:
| |
subtype | Possible values:
| |
status | Possible values:
| |
description | Description of the market | |
display_order | The parameter used to sort markets | |
ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP | |
...default_outcomes | ||
id | Identifier of the outcome | |
name | Name of the outcome e.g. Home, Under | |
pattern | Patter of the outcome name e.g. Under #param# | |
display_order | The parameter used to sort outcomes in the market |