{"walletNo": "CW260113IC1096602USD"}curl --location --request POST '/api/open/rest/walletInfo' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data-raw '{"walletNo": "CW260113IC1096602USD"}'{
"success": false,
"code": "",
"message": "",
"data": {
"cardWalletId": "",
"currency": "",
"status": "",
"totalBalance": "",
"frozenBalance": "",
"allocatedBalance": "",
"acctMgmtFee": "",
"availableBalance": ""
}
}