| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************{
"quoteId": "91481902-29a0-46e2-9bf3-ff4674160169",
"participantCode": "A0100500",
"clientReference": "12121212"
}curl --location '/v2.0/trade/conversion/createConversion' \
--header 'Content-Type: application/json' \
--data '{
"quoteId": "91481902-29a0-46e2-9bf3-ff4674160169",
"participantCode": "A0100500",
"clientReference": "12121212"
}'{
"code": 200,
"msg": "success",
"data": {
"clientReference": "cw-conv-1784432536",
"conversionId": "OT2026071911420000",
"createdAt": 1784432538634,
"destinationAmount": "9.97",
"destinationCurrency": "USD",
"participantCode": "B0100348",
"price": "1.0029084345",
"quotationId": "ab84c47a-1872-40fd-bd86-b381abef7fa0",
"sourceAmount": "10.000000",
"sourceCurrency": "USDT",
"status": 1
}
}