Bet
post
Header parameters
X-REQUEST-SIGNstringRequired
HMAC-SHA256 signature of the raw request body using the shared password.
Body
amountintegerRequired
Amount in subunits (e.g., cents for EUR).
currency_codestringRequired
Identifier of currency (ISO 4217).
is_mobilebooleanRequired
True if it's a mobile client.
player_idstringRequired
Unique identifier of player.
actionstring ยท enumRequiredPossible values:
Must be set to "bet".
Responses
200
Bet successfully processed.
application/json
402
Payment Required - The player does not have enough money for the action.
application/json
post
/operator/walletLast updated