| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"quoteId": "91481902-29a0-46e2-9bf3-ff4674160169",
"participantCode": "A0100500",
"clientReference": "12121212"
}curl --location --request POST '/v2.0/trade/conversion/createConversion' \
--header 'Content-Type: application/json' \
--data-raw '{
"quoteId": "91481902-29a0-46e2-9bf3-ff4674160169",
"participantCode": "A0100500",
"clientReference": "12121212"
}'{
"code": 200,
"msg": "success",
"data": {
"conversionId": "OT2026041517030001",
"quotationId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"participantCode": "B0100106",
"clientReference": "REF202604150041",
"sourceCurrency": "USD",
"destinationCurrency": "EUR",
"price": "0.92",
"sourceAmount": "229.75",
"destinationAmount": "249.73",
"status": 2,
"createdAt": 1776046508000
}
}