Integration API
All API methods listed below are required for successful integration between Operators and Naga Games.
Opening Game APIs should be called in a recommended order as below to properly open and play Naga Games.
Method | Description | Status | API Provided By | Step |
---|---|---|---|---|
OPENING GAME API | ||||
Get All Available Games | Operators requests URLs of all available games from Naga Games | Required | Naga Games | 1 |
Opening Game | Operators add params to provided game URLs to redirect players to Naga Games server | Required | __ | 2 |
Operator Authorize | In order for players to play Naga Games, operators authenticates players by secure token | Required | Operator | 3 |
TRANSFER WALLET API | ||||
Create Player | Register a new player with a wallet on the Naga Games system. | Required | Naga Games | __ |
Get Balance | Returns balance of the playerβs wallet. | Required | Naga Games | __ |
Deposit | Transfers funds into the player's wallet. | Required | Naga Games | __ |
Withdraw | Transfers funds out of the player's wallet. | Required | Naga Games | __ |
Check Transfer Status/Get 1 Transaction Record | Check status of TransferWallet transactions (Deposit/Withdraw). | Required | Naga Games | __ |
TRANSACTION HISTORY API | ||||
Get List Transaction Transfer | Operator sends a Get Transaction History request to the Naga Games to get a list of transaction records made by their players during a period of time. | Optional | Naga Games | _ |
BET HISTORY API | ||||
Get Player's Bet Records | Operator sends a Bet History request to Naga Games to get a list of bet records for 1 player in 1 game. | Optional | __ | |
Get 1 betID Record | Operator sends this request to the Naga Games to get 1 bet record by using a particular Bet ID. | Optional | __ | |
LOCK AND UNLOCK API | ||||
Lock Player | Operator sends this request to Naga Games to lock player. Once the player is locked they cannot able to play and withdraw from the game. | Optional | __ | Naga Games |
Unlock Player | Operator sends this request to Naga Games to unlock player. Once the player is unlocked they can able to play and withdraw from the game again. | Optional | __ | Naga Games |
Please refer to Diagrams for more details into opening game, deposit and withdraw flows
Updated over 1 year ago