| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/trade/conversion/getConversion?conversionId=&clientReference'{
"code": 200,
"msg": "success",
"data": {
"conversionId": "OT2026041517030001",
"quotationId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"participantCode": "B0100106",
"clientReference": "REF202604150043",
"sourceCurrency": "EUR",
"destinationCurrency": "USD",
"price": "0.92",
"sourceAmount": "19.08",
"destinationAmount": "20.74",
"status": 1,
"createdAt": 1758431008863
}
}