Balance

post

Retrieves the player's balance in subunits.

Header parameters
X-REQUEST-SIGNstringRequired

HMAC-SHA256 signature of the request body using the shared password.

Body
player_idstringRequired

Unique identifier of the user on the Operator side.

referencestringRequired

Game reference.

currency_codestringRequired

Identifier of currency.

actionstring ยท enumRequired

Must be set to "balance".

Possible values:
is_mobilebooleanRequired

True if the request is from a mobile device.

session_tokenstringRequired

Session ID generated when the game is launched.

Responses
200

Player balance successfully retrieved.

application/json
post
/operator/wallet

Last updated