...
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 } |
Parameter “return_all_currencies”
is optional, and if you set it to true, we will return you jackpotfeeds for all currencies configured under your agent. The response might take longer - up to 20s to be returned. It is suggested you do not call it regularly, since jackpots are updated once per day.
Parameter “return_gameids”
is optional, and if you set it to true, we will return you games identified by id’s you potentially use to start games. If you are starting our games by titles, to identify games, ommiting this will return you gamehashes and their jackpot values. Example comparison:
...