Win
Request
[GET] {WALLET_URL}/?user_id=10000&action=win&amount=0.2¤cy=USD&game_id=10001&transaction_id=05 4525d7cc7f426c947d38ff35d17d30&round_id=33403baa3a374218a8d4a8c92493f055&ext_r ound_id=33403baa3a374218a8d4a8c92493f055
Parameter | Type | Required | Description |
---|---|---|---|
action | string | yes | win |
user_id | integer | yes | user’s ID at the casino |
currency | string(3) | yes | USD |
amount | float | yes | 0.25 |
game_id | integer | yes | 10000 |
transaction_id | string | yes | |
round_id | string | yes | |
ext_round_id | string | no | |
ext_round_id_finished | string | no | |
freespins_id | string | no | |
freespins_finished | string | no |
Response
Response should be a json
object.
{
"status": "OK",
"balance": 100.05,
"currency":"USD",
}
Parameter | Type | Required | Description |
---|---|---|---|
status | string | yes | OK |
balance | float | yes | 100.05 |
currency | string(3) | yes | USD |