| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"quoteId": "91481902-29a0-46e2-9bf3-ff4674160169",
"participantCode": "A0100500",
"clientReference": "12121212"
}curl --location --request POST '/v2.0/trade/conversion/createConversion' \
--header 'Content-Type: application/json' \
--data-raw '{
"quoteId": "91481902-29a0-46e2-9bf3-ff4674160169",
"participantCode": "A0100500",
"clientReference": "12121212"
}'{
"participantCode": "A0100006",
"txCode": "OT2024092517040002",
"participantName": "Endy",
"tradingPair": "USDT/USD",
"direction": 1,
"quantity": 10000,
"totalValue": 10050,
"price": 1.005,
"clientReference": "123",
"status": 1,
"settleDate": "2024-09-26",
"createAt": "2024-09-25T09:04:49.000+00:00",
"updateAt": "2024-09-25T09:06:29.000+00:00"
}