Get bet limit
| Name | Value |
|---|---|
| API URL | {API_URL}/game/betlimit/:provider_code |
| Method | GET |
| HTTP Response status | 200 |
Request parameters
| Field | Type | Required | Description |
|---|---|---|---|
| provider_code | String | ✅ | Game provider code 5.2.1 Get game providers 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