Onboarding Sub-Agents

Sub-Agent Registration

You are allowed to create one sub-agent per site.

To initiate the process, click the + Create button located in the top-right corner of the page:

https://{SERVER}/app/agent
Field
Overview

Agent Code

A unique identifier used by the agent to log into the API panel.

Password

The agent’s login credentials.

Percent

Displays the revenue share for the parent agent’s account.

Memo

Reserved.

Allow Manage Call And Rtp

Currency

The dropdown menu provides various options.

Specifies the method used for handling player funds and game sessions.

Defines the agent's backend callback URL used to handle requests from the /gold_api endpoint

Agent Type

  • Point Manager: The Point Manager role is responsible for creating sub-agents and allocating API points to their downline. However, this role does not have access to operate or manage the casino site.

  • Both Manager: The Both Manager role combines the responsibilities of both the Point Manager and Site Manager. This role can create sub-agents, allocate API points to the downline, and manage casino site operations, offering full access to both agent network management and casino operations.

  • Site Manager: The Site Manager role is focused solely on operating the casino site. While this role can manage site operations, it does not have the ability to create sub-agents or manage the agent network.

API Type

  • Seamless The player’s balance remains in the casino wallet. The system communicates directly with the game provider during gameplay to update the balance in real-time without requiring manual transfers. Example: When a player starts a game, the balance is checked and updated directly from the casino wallet without moving funds.

  • Transfer The player’s balance is transferred from the casino wallet to the game provider's wallet when the game starts, and any winnings or remaining balance are transferred back when the session ends. Example: When a player launches a slot game, 100 USDT is deducted from the casino wallet and moved to the game wallet. After the session, the remaining balance and winnings are transferred back to the casino wallet.

Site Endpoint

The Site Endpoint is used exclusively for the Seamless API. This allows the system to communicate with the agent’s platform for tasks such as balance updates, game results, and transaction handling.

Example: When a player completes a bet, the system sends a /gold_api request to the specified Site Endpoint to update the player’s balance and record the game outcome.

When entering the Site Endpoint, ensure that it is an https domain and does not include /gold_api at the end, as /gold_api will be appended automatically when sending API requests.

Please note that the API panel is limited to creating sub-agents only.

To create user accounts in Transfer mode, please utilize the user_create API request.

Deposit & Withdrawal

To deposit or withdraw API balance to a sub-agent, click the Exchange button in the Action field.

Deleting an Agent

To delete an agent, click the last button in the Action field.

Before deleting a sub-agent, ensure that all their balance is transferred to your main account, as any remaining balance will be lost upon deletion.

Last updated