Skip to main content

BetResponse

balancestringrequired

The player's balance in selected currency main units (note: not cents) after the bet 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 bet on your side. This is required for further tracking/debugging purposes.

Example: your_txn_123
BetResponse
{
"balance": "100.10",
"txID": "your_txn_123"
}