Skip to main content

BalanceResponse

balancestringrequired

The player's balance in selected currency main units (not cents). Currency selected by the client during the Create New Game call. Fiat currencies carry up to 2 decimal places; some (e.g. JPY, KRW, VND) carry none.

Possible values: Value must match regular expression ^(0|[1-9]\d*)(\.\d+)?$

Example: 100.10
BalanceResponse
{
"balance": "100.10"
}