Get balance
| Name | Value |
|---|---|
| API URL | {API_URL}/player/getBalance |
| Method | POST |
| HTTP Response status | 200 |
Request body
{
"user_id": "lnwbet888",
"checksum": "abc1234"
}| Field | Type | Required | Description |
|---|---|---|---|
| user_id | String | ✅ | User ID |
| checksum | String | ✅ | Checksum body |
Response body
{
"code": 0,
"data": {
"balance": 5000
}
}| Field | Type | Description |
|---|---|---|
| result.balance | Number | Player credit current |
Last updated on