{
"query": {
"orderId": 240319170131042,
"requestId": "af5152a-4719-4b17b-v218a-b111bc21"
}
}
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/mint-redeem/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"orderId": 240319170131042,
"requestId": "af5152a-4719-4b17b-v218a-b111bc21"
}
}'
{
"header": {
"success": true
},
"result": {
"clientName": "2025_06_24 test api 1.1",
"payCurrency": "USD",
"payAmount": "102.00",
"rebateChargeAmount": "-",
"receiveCurrency": "WUSD",
"receiveAmount": "102.00",
"rate": 1,
"orderID": 250630186,
"orderType": "Mint & Redeem",
"orderDate": "2025-06-30",
"clientId": 6825060079,
"approver": "****",
"status": "COMPLETED"
}
}