WinResponse
balancestringrequired
The player's balance in selected currency main units (note: not cents) after the win is applied.
Currency selected by the client during the Create New Game
call.
We support 2 decimal places for all fiat currencies.
Possible values: Value must match regular expression ^(0|[1-9]\d*)(\.\d+)?$
Example:
100.10
txIDstringrequired
Unique ID for the win on your side. This is required for further tracking/debugging pusposes.
Example:
some_external_bet_tx_id
WinResponse
{
"balance": "100.10",
"txID": "some_external_bet_tx_id"
}