单一钱包

单一钱包接口在线调试

Test it!在线调试中需要手动填入sign,sign的值可以在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