Basic game flow
This page will explain the basic usage of the wallet API.
During the "launch" of a game, the game-supplier will have received a short-lived token called "gameSessionToken" (likely along with many other details, such as the gameId and such) from Socino, which in turn is used for creating the game session through the endpoint Authenticate.
API Endpoint | Description |
|---|---|
Called by the game-supplier on game startup/load to get the "gameSessionId", which is used for Balance, Bet, and Win | |
Called by the game-supplier when they need to know the current balance of a player. | |
Called by the game-supplier when they want to create a bet. | |
Called by the game-supplier when they want to pay out winnings of any kind (Spin, jackpot, etc). | |
Called by the game-supplier to refund a bet. |
Pseudo flow example(s)

Slotmachine flow example
Updated 6 months ago
