This method allows you to get transfer history between Prime Wallet and Sub Wallets (Only applicable to Prime wallet structure)
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v1/subwallet/transfer/history?walletId=1325589336357780500&coinSymbol=ETH&direction=20&status=10&startTime=1640995200000&endTime=1640995200000&pageLimit=25&pageNo=1×tamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"orderViewId": "24073634100151542086240001",
"direction": 40,
"fromWalletId": 370387818289426400,
"toWalletId": 327283192690466800,
"createTime": 1715100144000,
"coinSymbol": "BTC",
"amount": "151.00000000",
"status": 20,
"requestId": null
},
{
"orderViewId": "24073601652851542064000001",
"direction": 10,
"fromWalletId": 370387818289426400,
"toWalletId": 377611271366909950,
"createTime": 1715825610000,
"coinSymbol": "USDT",
"amount": "1.00000000",
"status": 30,
"requestId": "7"
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}