| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"participantCode": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmount": "string",
"destinationAmount": "string"
}curl --location --request POST '/v2.0/trade/conversion/createQuotation' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmount": "string",
"destinationAmount": "string"
}'{
"participantCode": "B0100007",
"quoteId": "1098827",
"tradingPair": "USDT/USD",
"direction": 1,
"price": 1.005,
"quantity": 10000,
"totalValue": 10050,
"expiredAt": "2024-09-25T09:06:29.000+00:00",
"settleDate": "2024-09-26T09:06:29.000+00:00"
}