Bet
Request
[GET] {WALLET_URL}/?user_id=10000&action=bet&amount=0.25¤cy=USD&game_id=10001&transaction_id=24 12fb89e9e94b28b0f35d28cd818202&round_id=f85eb4d5a67940f7b4ab06958be5a908&ext_round_id=f85eb4d5a67940f7b4ab06958be5a908| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string | yes | bet |
| 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 |