| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/trade/conversion/getQuotation?quotationId=undefined&clientReference=undefined'{
"code": 200,
"msg": "success",
"data": {
"createdAt": 1784427634359,
"destinationAmount": "10.00",
"destinationCurrency": "USD",
"expiry": 1784439634359,
"participantCode": "B0100348",
"price": "1.0029084345",
"quotationId": "ebb32544-60c0-4568-9969-93d5086becb2",
"sourceAmount": "10.029084",
"sourceCurrency": "USDT"
}
}