GetGames() API

This API request allows the operator to receive a full list of our games which are enabled for their particular front-end. If no games are enabled, the response would return as “empty”. GetGames() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/get-games/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”} Parameters Type Description api_key […]

GetGames() API

This API request allows the operator to receive a full list of our games which are enabled for their particular front-end. If no games are enabled, the response would return as “empty”. GetGames() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/get-games/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”} Parameters Type Description api_key […]

GetBalance() API

This API request enables the operator to get the available balance of a player. GetBalance() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/get_balance Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“token”: “3c2ef39d02581e2db3ddf6c713e83e05″,”account_id”: “123123”} Parameters Type Description token String Unique string assigned to each player account_id String Account ID of the player GetBalance() Response + […]

GetBalance() API

The parameters of this API request would be token / session_id and the player’s account ID. The response would contain the details of player balance. GetBalance() Request Type Input HTTP Method POST API URL Provided by Operator Headers “Content-Type”: “application/json” POST Parameters json object e.g.: {“token”: “3c2ef39d02581e2db3ddf6c713e83e05″,”account_id”: “123123”} Parameters Type Description token String Unique string […]

Games

You can control and enable our games through the games section. Here you will have the full list of games available to you and their current status, plus other configurations. Enable games Navigate to ‘Enable games’ sub section of Games controls in order to enable/disable games. Initially you will be required to choose the casino […]

GameLaunch() API

Operator needs to make GameLaunch() API request to RGS API to get game launch URL. Though game launch URL would have been sent already in GetGames() API call response, it allows RGS API to register the session, builds the launch URL and sends it back to the caller. GameLaunch() Request Type Input HTTP Method POST […]

GameHistoryAllPlayers() API

This API request enables the operator to get the game history of all the players for a given time period. For now, RGS API sends up to 30 minutes of data per request. GameHistoryAllPlayers() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-history-all-players/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”amount_type”: “real”,”start_date”: “2020-05-26 13:30:00″,”end_date”: […]

GameHistory() API

This API request enables the operator to get history of recent 100 game rounds played with real cash mode by default. GameHistory() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-history/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”player_id”: “1002”,”amount_type”: “real”,”start_date”: “2020-02-20 00:00:00″,”end_date”: “2020-02-21 00:00:00″,”page_num”: 1,} Parameters Type Description api_key String API Key allocated […]

GameHistory() API

This API request enables the operator to get history of recent 100 game rounds played with real cash mode by default. GameHistory() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-history/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.: {“api_key”: “1pghjl4v5apt2bks”,”player_id”: 1002,”amount_type”: “real”,”start_date”: “2020-02-20 00:00:00″,”end_date”: “2020-02-21 00:00:00″,”page_num”: 1,} Parameters Type Description api_key String API Key […]

GameExit() API

Operator makes ExitGame() API request to RGS API to exit the player from the game. RGS API deletes the session ID of the player that was created earlier in DG back-end. GameExit() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-exit/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”username”: “test_username”,} Parameters Type Description api_key […]