This method allows you to get deposit history of the requested sub Wallet Id, coinSymbol and network.
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
NOTES: Suggest to use Get Sub-wallet deposit history by prime wallets (incl. sub wallets) , this endpoint will be deprecated after 30Jun2023
curl --location --request GET '/open-api/v1/subwallet/deposit/history?walletId=1325589336357780500&coinSymbol=USDT&network=ETH&startTime=1640995200000&endTime=1640995200000&pageLimit=25&pageNo=1×tamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"orderViewId": "20373289000288833536",
"txId": null,
"transferType": 20,
"direction": 10,
"fromAddress": "370387791055810560",
"toAddress": "370388040948248576",
"network": null,
"coinSymbol": "BTC",
"amount": "10.11000000",
"feeSymbol": null,
"feeAmount": "0.00000000",
"status": 40,
"confirmedBlockCount": null,
"unlockConfirm": null,
"maxConfirmBlock": null,
"memo": null,
"txTime": 1714129420298,
"walletId": 370388040948248600,
"requestId": null
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}