Single Wallet

Single Wallet API Online Debugging

Test it! In the online debugging, you need to manually enter the sign. The value of sign can be found in the Header Parameters.

Request enter game

post
Query parameters
trace_idstringRequired

randomly generated serial number

Example: e3pc06yk2qrk
Header parameters
signstringRequired

digital signature

Example: bb92c62c1b9d6543ea5bbed931973eda
Body
appidstringRequired

same as the interface for loadlist

Example: 1025
gameidstringRequired

select a game from the game list

Example: 2000001
langstringRequired

choose language

Example: en
currencystringRequired

choose currency

Example: usdt
tokenstringRequired

acess created token,use when calling acess interfaces in minigame

Example: 1025
Responses
200

Successful operation

application/json
post
POST /api/usr/ingame HTTP/1.1
Host: login.sprintsguys.com
sign: bb92c62c1b9d6543ea5bbed931973eda
Content-Type: application/json
Accept: */*
Content-Length: 119

{
  "appid": "1025",
  "gameid": "2000001",
  "lang": "en",
  "currency": "usdt",
  "token": "xZGkhDhIIWfd7_Ac_it4huQTFsRScppRMS89vBQUkyA"
}
200

Successful operation

{
  "code": 1,
  "msg": "success",
  "data": {
    "gameurl": "game_url"
  }
}

Last updated