Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Query parameters

NameTypeDescription
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section
pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page
limitxsd: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

typexsd:intDetermines the market type identifier. softnetSPORT API provides the following markets-types: markets-types.index
scope_idxsd:intDetermines the scope of the market. softnetSPORT API provides the following scopes: scopes.index
subtypexsd:string

Determines the subtype of the market. Possible values:

  • 2-way
  • 3-way
  • n-way
sport_idxsd:intREQUIRED. Determines the sport identifier for the market. softnetSPORT API provides the following sports: sports.index
timestampxsd:unix_timestampSelection date, format UNIX_TIMESTAMP. Only changes that occurred or were updated after this timestamp will be returned

...