Retrieve details of a specified OTC transaction.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://dev-api.mce.sg/v1.0/trade/conversion/?conversionId=&clientReference' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"txCode": "OT2024092517040002",
"participantName": "Shawn",
"tradingPair": "USDT/USD",
"direction": 1,
"quantity": 10000,
"totalValue": 10050,
"price": 1.005,
"clientReference": "123",
"status": 0,
"settleDate": "2024-09-26",
"createAt": "2024-09-25T09:04:49.000+00:00",
"updateAt": "2024-09-25T09:06:29.000+00:00"
}
Modified at 2025-11-21 05:46:47