Fiat to Fiat (Global Payment)
This section provides information about the fiat to fiat process, allowing users to convert fiat currency into cryptocurrency through the API.
This section provides information about the fiat to fiat process, allowing users to convert fiat currency into cryptocurrency through the API.
{
"clientId": "xxxx",
"onRampCountry": "Mexico",
"onRampMerchantId": 12345,
"onRampFiat": "MXN",
"onRampFiatAmount": 1000.00,
"onRampPaymentId": 91,
"offRampCountry": "HONGKONG",
"offRampMerchantId": 54321,
"offRampFiat": "USD",
"offRampPaymentId": 77,
"remark": ""
}{
"code": 200,
"msg": "SUCCESS",
"data": {
"orderId": 1123123123
}
}