GameRoundHistory() API

This API request enables the operator to check the specific round history as in a graphical representation. GameRoundHistory() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/games/game-round-history/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “bb0pxymddfe41b2m”, “game_id”: 1032, “player_id”: “785956”, “round_id”: “785956”, “language”: “en”} Parameters Type Description api_key String API Key allocated to each […]

PlayerBonusBalance() API

This API request enables the operator to check the campaign history of specific player. PlayerBonusBalance() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/get-bonus-balance/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{ “api_key”: “qg0pBDmfGEe4jbGm”, “campaign_id”: “78005”, “player_id”: “271061”} Parameters Type Description api_key String API Key allocated to each front-end campaign_id String ID of the respective […]

CancelBonus() API

This API request enables the operator to cancel the awarded bonus free spins (promotional free spins). CancelBonus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/cancel-campaign/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{    “api_key”: “15OY0Rx1BC0hYbCm”,    “promo_freespins_id”: “202187654”} Parameters Type Description api_key String API Key allocated to each front-end    promo_freespin_id String This ID will be sent […]

PFSBetValues () API

This API request enables the operator to get the bet values of promotional freespins(PFS) PFSBetValues() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/more/pfs-bet-values/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “81CVjU3K81XwBoWn”,”game_id”: 1032,”currency”: “EUR”} Parameters Type Description api_key String API Key allocated to each front-end game_id (optional) Integer Game ID provided by the provider. […]

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 […]

WalletGetBalance() API

This API request enables the operator to get the available balance of a player. WalletGetBalance() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/wallet-get-balance/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “3c2ef39d02581e2db3ddf6c713e83e05″,”username”: “123123”,”password”: “1234yf”} Parameters Type Description api_key String API Key allocated to each front-end username String Username of the player password String Player’s […]

WithdrawStatus() API

This API request enables the operator to get the status of withdraw request. WithdrawStatus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/wallet-withdraw-status/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”username”: “test_username”,”password”: “passt84fas28″,”transaction_id”: “10032”} Parameters Type Description api_key String API Key allocated to each front-end username String Username of the player password String Password […]

WalletWithdraw() API

This API request enables the operator to get the remaining funds from provider’s game wallet to operator’s main wallet. It updates the game wallet by deducting the requested withdrawal amount. WalletWithdraw() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/wallet-withdraw/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”username”: “test_username”,”password”: “passt84fas28″,”amount”: 200.0,”transaction_id”: “10032”} Parameters Type […]

WalletTransactionStatus() API

This API request enables the operator to get the status of wallet transaction. Transaction can be either deposit or withdraw by operator. WalletTransactionStatus() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/wallet-transaction-status/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”username”: “test_username”,”password”: “passt84fas28″,”transaction_type”:”deposit”,”transaction_id”: “10032”} Parameters Type Description api_key String API Key allocated to each front-end […]

WalletDeposit() API

This API request enables the operator to deposit funds from operator’s main wallet to provider’s game wallet. WalletDeposit() Request Type Input HTTP Method POST API URL https://<API_BASE_URL>/wallet/wallet-deposit/ Headers “Content-Type”: “application/json” POST Parameters json object e.g.:{“api_key”: “1pghjl4v5apt2bks”,”username”: “test_username”,”password”: “passt84fas28″,”amount”: 200.0,”transaction_id”: “10032”} Parameters Type Description api_key String API Key allocated to each front-end username String Username of […]