| 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/getQuotation?quotationId&clientReference'{
"code": 200,
"msg": "success",
"data": {
"quotationId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"participantCode": "B0100106",
"clientReference": "REF202604150042",
"sourceCurrency": "USD",
"destinationCurrency": "EUR",
"price": "0.92",
"sourceAmount": "283.69",
"destinationAmount": "308.36",
"expiry": 1777305600000,
"createdAt": 1754961624099
}
}