| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"participantCode": "B0100106",
"sourceCurrency": "USD",
"destinationCurrency": "EUR",
"sourceAmount": "737.19",
"destinationAmount": ""
}curl --location --request POST '/v2.0/trade/conversion/createQuotation' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100106",
"sourceCurrency": "USD",
"destinationCurrency": "EUR",
"sourceAmount": "737.19",
"destinationAmount": ""
}'{
"code": 200,
"msg": "success",
"data": {
"quotationId": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"participantCode": "B0100106",
"sourceCurrency": "USD",
"destinationCurrency": "USDC",
"price": "1.00",
"sourceAmount": "784.05",
"destinationAmount": "784.05",
"expiry": 1777305600000,
"createdAt": 1785544417790
}
}