Get player betlimit
| Name | Value |
|---|---|
| API URL | {API_URL}/player/betlimit |
| Method | POST |
| HTTP Response status | 200 |
Request body
{
"username": "lnwbet888",
"provider_id": "awcsexy"
}| Field | Type | Required | Description |
|---|---|---|---|
| username | String | ✅ | Username must be minimun 3 character and not over than 20 character |
| provider_id | String | ✅ | Game provider code 5.2.1 Get game providers via result.data.code |
Response body
{
"code": 0,
"message": "Success.",
"timestamp": 1744623864271,
"result": {
"data": [
{
"id": 3,
"min": "100",
"max": "20000",
"max_per_match": "20000",
"group": null
}
]
}
}| Field | Type | Description |
|---|---|---|
| result.data.id | Number | Bet limit ID |
| result.data.min | String | Minimun bet |
| result.data.max | String | Maximum bet |
| result.data.max_per_match | String | Maximum bet / Match |
| result.data.group | String or Null | Group betlimit ID |
Last updated on