| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************{
"participantCode": "B0100106",
"sourceCurrency": "USD",
"destinationCurrency": "EUR",
"sourceAmount": "737.19",
"destinationAmount": ""
}curl --location '/v2.0/trade/conversion/createQuotation' \
--header 'Content-Type: application/json' \
--data '{
"participantCode": "B0100106",
"sourceCurrency": "USD",
"destinationCurrency": "EUR",
"sourceAmount": "737.19",
"destinationAmount": ""
}'{
"code": 200,
"msg": "success",
"data": {
"quotationId": "72b23768-d8da-421a-85c9-3c8f354d17b5",
"participantCode": "B0100348",
"sourceCurrency": "USDT",
"destinationCurrency": "USD",
"price": "1.0030090271",
"sourceAmount": "10.000000",
"destinationAmount": "9.97",
"expiry": 1784490374113,
"createdAt": 1784478374113
}
}