SDK Calling Interface

POST /sodapi/sigRandCode
  • Function: Get a random string for signature.

POST /sodapi/sigAddressReToken
  • Function: Verify the wallet address with the signature and return a JWT token.

GET /sodapi/getPrices
  • Function: Get real-time prices for Solana, Bitcoin, Ether and other coins.

GET /sodapi/getSolTokenBalance
  • Function: Get the balance of the TURK currency.

POST /rpc/game/gameWithdraw
  • Function: Add money from a wallet to a game account.

POST /rpc/game/gameDeposit
  • Function: Deposit money from a game account to a wallet.

POST /rpc/game/gameRecordByUuid
  • Function: Checks the status of a game's deposit and withdrawal transactions by number.

POST /rpc/game/integralStatusByUuid
  • Function: Queries the status of integrals added by number.

POST /rpc/game/gameAddressBalance
  • Function: Queries the balance of the game wallet.

 POST /rpc/game/gameAddIntegral
  • Function: Add an integral to a game.

  • Function: Casting NFTs to carry players.

  • Function: Check if a player has a certain NFT.

Last updated