Single Wallet
The single wallet mode refers to a process in which, during gameplay, the OMG platform makes real-time API calls to the integrator for each transaction to adjust the player’s balance accordingly.
Request Parameters
POST /callback_url?trace_id=omg_trace_id
Header
Name
Value
Content-Type
"application/json; charset=utf-8"
sign
"omg_sign_string"
Body
Name
Type
Description
app_id
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
Body
Name
Type
Description
code
integer
When the status code code=1, it indicates a successful call.
msg
string
Message
data
object
Response Data
Error Code
Last updated