...
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_default | ||
is_live | xsd:string | |
is_prematch | xsd:string | |
status | ||
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes that occurred or were updated after this timestamp will be returned |
...