BetSolutions · Example Payload

Wallet Api Balance Response Example

BettingCasinosGamingGamblingSlotsSports Betting

Wallet Api Balance Response Example is an example object payload from BetSolutions, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successplayerIdbalancecurrency

Example Payload

Raw ↑
{
  "success": true,
  "playerId": "player-500123",
  "balance": 125.0,
  "currency": "USD"
}