API Callbacks
Bet

Bet

Request

[GET] {WALLET_URL}/?user_id=10000&action=bet&amount=0.25&currency=USD&game_id=10001&transaction_id=24 12fb89e9e94b28b0f35d28cd818202&round_id=f85eb4d5a67940f7b4ab06958be5a908&ext_round_id=f85eb4d5a67940f7b4ab06958be5a908
ParameterTypeRequiredDescription
actionstringyesbet
user_idintegeryesuser’s ID at the casino
currencystring(3)yesUSD
amountfloatyes0.25
game_idintegeryes10000
transaction_idstringyes
round_idstringyes
ext_round_idstringno
ext_round_id_finishedstringno
freespins_idstringno
freespins_finishedstringno

Response

Response should be a json object.

{
    "status": "OK",
    "balance": 100.05,
    "currency":"USD",
}
ParameterTypeRequiredDescription
statusstringyesOK
balancefloatyes100.05
currencystring(3)yesUSD