Credit() API

This would be similar to the Debit API Request. This API request is made to credit a currency amount to a player’s account balance. This is made every time a player wins a monetary value from the games. Its response would contain the information of all credited amounts. Credit() Request Type Input HTTP Method POST […]

Authentication

▶ Each API user must obtain a unique API key. ▶ Each request must contain the API key so each API request can be validated. API URLs + API Keys Any API URL points and API Keys items will be shared separately with operators.

API Requests from Provider to Operator

DragonGaming™ will require a few API requests from the operator API whilst launching games using the launch_url parameter. This launch_url would be sent as part of the get_games API response. The list and type of request can vary with each operator. Get Session Data API Request Get Player Balance API Request Debit API Request Credit […]

API Requests from Operator to Provider

The following examples are some API requests that are currently provided to operators and third parties. This non-exhaustive list is provided as a brief overview. The number and type of requests can increase, as per an Operator’s requirements. Get Games API Request Game Launch API Request Game History API Request Unfinished Games API Request

API Requests flow

Following would be the typical flow of few of the API requests. ▶ CasinoSite (front-end of the Operator) is the example website name. ▶ Player A visits and logins into CasinoSite by providing Username and Password. ▶ CasinoSite verifies Username and Password match and performs typical checks. If everything is fine, a unique session ID […]