...
Query parameters
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 |
type | xsd:int | Determines the market type identifier. softnetSPORT API provides the following markets-types: markets-types.index |
scope_id | xsd:int | Determines the scope of the market. softnetSPORT API provides the following scopes: scopes.index |
subtype | xsd:string | Determines the subtype of the market. 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 that occurred or were updated after this timestamp will be returned |
...