/
getJackpotFeeds
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"
]
}
}
}
]
}
, multiple selections available,
Related content
Seamless player balance callback
Seamless player balance callback
More like this
GameProvider integration to BOG
GameProvider integration to BOG
Read with this
8.1 getJackpotFeeds
8.1 getJackpotFeeds
More like this
Seamless methods that your game server issues to our server
Seamless methods that your game server issues to our server
Read with this
4.2 getRoundHistory() *
4.2 getRoundHistory() *
More like this
getGame
getGame
Read with this