Game Overview

Global Events

Client -> Server

get-live-bets

Requests a list of the most recent bets across all games.

  • Payload: None

  • Response: live-bets (via game.announce).

change:active-balance-type

Switches the user's active wallet between real money and sweepstakes coins.

  • Payload:

    "balance" // or "sweepstakeBalance"
  • Response: change:active-balance-type

    {
        "success": true,
        "activeBalanceType": "balance"
    }

Individual Game Documentation

For specific game events and payloads, refer to: