Single Wallet
The single wallet mode refers to a process in which, during gameplay, the MINI.GAME platform makes real-time API calls to the integrator for each transaction to adjust the player’s balance accordingly.
Request Parameters
POST
/
ACCESS_URL
?trace_id=minigame_trace_id
Header
Parameter
Value
Content-Type
"application/json; charset=utf-8"
sign
"minigame
_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
Parameter
Value
Content-Type
application/json
Body
Parameter
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