Discover how to integrate our games

Our REST API is easy to integrate and allows you to start playing in minutes

Get started
createSession.js
createGame.js
let data = JSON.stringify({
"game_uuid": "topaz-mines",
"currency": "EUR",
"session_id": 12345,
"language": "FR",
"player_balance": 100,
"player_id": 123,
"client_id": "<YOUR_CLIENT_ID>",
"playerUid": "<PLAYER_UUID>"
});
fetch("https://api.topaz-games.com/api/game/createGameSession",
requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));

Setup guide

Getting Started with Topaz Games API

Get your online casino platform ready for a thrilling gambling experience with Topaz Games. This guide provides an overview of the integration process, allowing you to embed our games seamlessly into your service.

Client Registration

Understand the process to obtain your unique Client ID from the Topaz team.

Session Management

Learn how to manage game sessions and utilize session IDs to maintain game state.

Game Embedding

Embed games into your platform using iFrames and session parameters.

API Reference

Dive into the technical details of each API endpoint provided by Topaz Games API.


Games Presentation

Topaz Mines

Topaz Mines img

Topaz Mines is an enthralling game that combines elements of luck, strategy, and anticipation. At the heart of the game lies a field of hidden tiles, some of which conceal mines. The challenge for players is to reveal the safe tiles while avoiding the mines. Each safe tile revealed increases the potential payout, while uncovering a mine ends the game and forfeits the wager.

Topaz Plinko

Topaz Plinko img

Topaz Plinko is a game of chance that captivates players with its simple yet engaging gameplay. The game features a grid of pegs through which a ball is dropped, bouncing off the pegs and landing in slots at the bottom. Players place bets on where the ball will land, with different slots offering varying payouts. The thrill of watching the ball navigate the pegs and land in a slot keeps players on the edge of their seats.

Topaz Dice

Topaz Dice img

Topaz Dice is a classic dice game that offers players the chance to test their luck and win big. The game involves rolling a set of dice and predicting the outcome, with different combinations yielding different payouts. Players can place bets on specific numbers, ranges, or combinations, with the potential payout increasing based on the odds of the chosen outcome. The simplicity of the game combined with the excitement of rolling the dice makes Topaz Dice a popular choice among players.

Probability Mechanism

Topaz Dice and Topaz Mines feature an adjustable RTP (Return to Player) rate that determines the likelihood of winning and the potential payout. The RTP rate can be customized to suit your platform's needs, allowing you to offer players a fair and engaging gaming experience. By adjusting the RTP rate, you can control the game's volatility and tailor the gameplay to your target audience.

You should know!

The RTP of Topaz Plinko is fixed at ~96%, a custom RTP can be implemented upon request.