Transfer Wallet
Transfer wallet mode refers to the approach where the accessing party actively calls the OMG platform's API to deposit or withdraw funds for the player to or from the accessing party's platform.
Request Parameters
POST /OMG_TRANSFER_URL?trace_id=your_trace_id
Header
Name
Value
Content-Type
"application/json; charset=utf-8"
sign
"your_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; charset=utf-8"
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 Message
Last updated