Get Game Bet Levels
get
Retrieve the valid bet levels for a given game and currency.
These values should be used as the amount
(in subunits) when creating free spins.
Query parameters
currencystringRequired
Currency code (ISO 4217 format), e.g. EUR.
referencestringRequired
Game reference identifier, e.g. 1spin4win:wolf-spins-243.
Responses
200
List of valid bet levels for the specified game and currency.
application/json
503
Service Unavailable.
application/json
get
GET /api/casino/games/bet/levels?currency=text&reference=text HTTP/1.1
Host:
Accept: */*
{
"bet_levels": [
0.01,
0.1,
0.5,
1,
2,
5,
10
]
}
Last updated