Game

Game endpoints are authenticated via session token (Bearer token in the Authorization header). The session is created by the operator via POST /operator/launch.

Bet and verify requests include a message field containing game-specific JSON parameters. Refer to the request/response schemas on each endpoint for details.

Available games: Dice, Limbo, Plinko, Keno, Mines. Each game is available at multiple RTP variations (99%, 98%, 96%) via the game code suffix (e.g., dice-alpha, dice-beta, dice-delta).

For game descriptions, RTP details, and multi-action flow, see the Games Guide.