This method allows you to get transaction detail of an internal transfer of Prime wallets
API Key permission group : Enable Enquiry
Enable Enquiry
Designated Wallet : Allow to set a designated wallet.
curl --location --request GET '/open-api/v1/subwallet/transfer/detail?orderViewId=&requestId=&walletIdStr=×tamp=' \ --header 'open-apikey;' \ --header 'signature;'
{ "data": { "orderViewId": "22193643464446333255520001", "direction": 40, "fromWalletIdStr": "1544594690749788161", "toWalletIdStr": "1544927343347867650", "createTime": 1664446435000, "coinSymbol": "USDC", "amount": "10.71000000", "status": 30, "requestId": null }, "code": "000000", "message": "Success" }