...
Name | Type | Description |
---|---|---|
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 |
type | xsd:int | Determines the market type identifier. softnetSPORT API provides the following markets-types: markets-types.index |
subtype | xsd:string | Determines the subtype of the market. Possible values:
|
is_live | xsd:string | Determines the market type. Possible values:
|
sport_id | xsd:int | REQUIRED. Determines the sport identifier for the market. softnetSPORT API provides the following sports: sports.index |
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes which occured or was updated after this timestamp will be returned |
...