{
"query": {
"orderId": 240319170131042,
"requestId": "af5152a-4719-4b17b-v218a-bcyt****"
}
}
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/crypto-transaction/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"orderId": 240319170131042,
"requestId": "af5152a-4719-4b17b-v218a-bcyt****"
}
}'
{
"header": {
"success": true
},
"result": {
"orderId": 250630134450721,
"orderType": "Crypto Deposit",
"clientId": 6825060000,
"orderDate": "2025-06-30",
"clientName": "2025_06_24 test api 1.1",
"email": "****@***.com",
"item": "WUSD",
"depositAmount": "102.00",
"depositFees": "-",
"netAmount": "102.00",
"transactionHash": "0x*******4ef33bf17d770865eaea8a51de97eae40e9489d33dbcb23f63be4a387",
"senderInformation": "2025_06_24 test api 1.1",
"senderAddress": "0x9f9D96DAB48f2E67BF93CCc7Ece46e0******22C",
"senderNetwork": "Ethereum",
"status": "COMPLETED"
}
}