Transfer Wallet
Transfer wallet mode refers to the approach where the accessing party actively calls the MINI.GAME platform's API to deposit or withdraw funds for the player to or from the accessing party's platform.
Flow Chart

Request Parameters
POST
/
MINIGAME_APIURL
?trace_id=
your
_trace_id
Header
Name
Value
Content-Type
"application/json; charset=utf-8"
sign
"your_sign_string"
Body
Name
Type
Description
appid
string
The unique identifier for the merchant, available in the merchant backend.
timestamp
integer
Timestamp of the request sent (in seconds)
Response Parameters
Header
Name
Value
Content-Type
"application/json; charset=utf-8"
Body
Name
Type
Description
code
integer
When the status code code=1
, it indicates a successful call.
msg
string
Prompt message
data
object
Response Data
Error Code
Last updated