Balance
Request
[GET] {WALLET_URL}/?user_id=10000&action=balance¤cy=USD| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string | yes | authenticate |
| user_id | integer | yes | user’s ID at the casino |
| currency | string(3) | yes | USD |
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 |