Jackpot RGS
The Remote Gaming Server (RGS) handles game sessions, provably fair game logic, and wallet transactions for Jackpot Studio's casino platform.
API-First
HMAC-authenticated REST API for launching sessions and managing games. Your backend calls us — we call you back for wallet operations.
Provably Fair
Every game outcome is verifiable. Server seeds are committed before play and revealed after rotation so players can independently verify results.
Multi-Region
Geo-distributed infrastructure with latency-based routing. Player data stays in the closest region.
How It Works
As an operator, you integrate by:
- Calling the RGS to launch sessions and list games (HMAC-authenticated)
- Receiving callbacks from the RGS for player authentication, bets, and wins (your wallet server)
- Embedding the game iframe in your platform using the launch URL
Currencies
Amounts are represented as decimal strings (e.g., "1.50") to avoid floating-point precision issues. Use GET /operator/currencies to fetch the current list of supported currency codes.
RMB is accepted as an alias for CNY. If you need a currency not listed, contact us during onboarding.
Next Steps
Quick StartGet integrated in four steps