Refund() API

This API request allows the credit of an amount to a player’s balance. This request is made when something goes wrong at the server / game-engine side and a previous debit request needs to be refunded. Its response would contain the information of any credited amount. Refund() Request Type Input HTTP Method POST API URL […]

Players

This section provides you with Player related control tools and logs. Player Level Data Here you will be able to access active player data for a selected period. The date range allows users to limit the information to a specific period of up to 31 days. Users are then presented with a daily summary report […]

PlayerBets() API

This API request enables the operator to get summarised betting activity for a player in a given period. PlayerBets() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/player/player-bets/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”username”: “test_username”,”start_date”: “2020-02-20″,”end_date”: “2020-02-21″,”amount_type”: “real”,} Parameters Type Description api_key String API Key allocated to each front-end username String Username […]

Logging In

Your account manager will provide the URL and user credentials to allow access to our Back Office solution. Point your browser to the URL provided and you will be prompted to enter your username and password. After clicking “Sign in” you will be taken to the Dragon Gaming CMS.

Introduction

Dragon Gaming CMS is designed to provide operators with all necessary reporting tools and controls for our products. It allows you to monitor and review every aspect of our games. This flexible and easy to use web based solution is designed to work in conjunction with your existing back office.

Introduction

As a game provider, our objective is to deliver exceptional games and experiences to our customers and their players. We would like to see this translate into you integrating our games onto your casino lobby. This document provides an insight into our API, known as “Chronos”. It addresses the key interactions and requirements from both […]

Home: KPI dashboard

After logging in, you will be taken to the home page, where you will find the main KPI dashboard to provide you with instant update on key metrics. Financial metrics The main KPI table measures the following financial metrics: Total bet amount Total win amount Bonuses Gross gaming revenue (GGR) Net gaming revenue (NGR) Number […]

GrantBonus() API

This API request enables the operator to grant bonus free spins (promotional free spins) to the player. GrantBonus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/grant-bonus/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “15OY0Rx1BC0hYbCm”,”amount_type”: “promo_freespin”,”campaign_id”: “BOn-3″,”game_ids”: [1032,1041],”coin_value_level”: 1,”num_rounds”:10,”player_ids”:[“267″],”currencies”: [“USD”],”start_date”:”2021-01-19 14:00:00″,”end_date”:”2021-01-30 15:00:00″,”max_win_limit”:0,} Parameters Type Description api_key String API Key allocated to each front-end amount_type […]

GetSession() API

Any Request parameters that are part of this API request would be provided with a token / session_id, typically a unique string assigned to each player. This response would contain information from the given session_id, such as player’s account ID, username / alias, first name last name etc. GetSession() Request Type Input HTTP Method POST […]