单一钱包
单一钱包接口在线调试
Query parameters
trace_idstringRequiredExample:
randomly generated serial number
e3pc06yk2qrk
Header parameters
signstringRequiredExample:
digital signature
bb92c62c1b9d6543ea5bbed931973eda
Body
appidstringRequiredExample:
same as the interface for loadlist
1025
gameidstringRequiredExample:
select a game from the game list
2000001
langstringRequiredExample:
choose language
en
currencystringRequiredExample:
choose currency
usdt
tokenstringRequiredExample:
acess created token,use when calling acess interfaces in minigame
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