...
If game is a jackpot game, but there is no jackpot data available for it, “jackpotfeed” field will be empty string ("jackpotfeed": "",)
If you would rather call separate function to fetch just a list of games that have jackpot data, you can simply call method “getJackpotFeeds”:
Code Block | ||
---|---|---|
| ||
{ "api_password": "xapitest", "api_login": "xapitest", "method": "getJackpotFeeds", "return_gameids":false, "currency": "EUR", "return_all_currencies":true //optional parameter to return response for all agent currencies it takes longer } |
...