getJackpotFeeds
request:
{
"api_login": "apitestdev_s",
"api_password": "12345678",
"method": "getJackpotFeeds",
"currency": "EUR"
}
Â
response:
in case all games share same jackpot
{
"error": 0,
"response": [
{
"date": 1570011816,
"currency": "EUR",
"jackpotvalue": {
"games": {
"all": [
"165.56",
"41583.80"
]
}
}
}
]
}
Â
in case each game has its own jackpot
{
"error": 0,
"response": [
{
"date": 1570011816,
"currency": "EUR",
"jackpotvalue": {
"games": {
"HORSESHOE": [
"165.56",
"3132.06",
"41583.80"
],
"CASH_BALL": [
"290.46",
"3235.06",
"41945.23"
]
}
}
}
]
}
Â
Â