This method allows you to get the deposit details of the requested transaction ID.
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v2/wallet/deposit/detail?timestamp=1640995200000&txId=2B2F4DA3D3838D56E90D06D1879B0ABFABD0D45FC4CFEFC6560289E6572F019&orderViewId=20372107512956096512&memo=12314&address=inj15jy9vzmyy63ql9y6dvned2kdat2994x5f4ldu4' \
--header 'open-apikey;' \
--header 'signature;'{
"data": [
{
"orderViewId": "10369165164303552512",
"txId": "0x1c5b79cfe30b978b053b7bc26f4716378667d49c7edf6c46ae421d256e29c970",
"transferType": 10,
"direction": 10,
"fromAddress": "0xf637e2d5dc3c33655a906d97f6c79d1e33bcfc34",
"toAddress": "0xc8dAe5eb08fe1981D212cFc3744b237e72a99878",
"network": "BSC",
"coinSymbol": "BNB",
"amount": "1.00000000000000000000",
"feeSymbol": "BNB",
"feeAmount": null,
"status": 40,
"confirmedBlockCount": 15,
"unlockConfirm": 15,
"maxConfirmBlock": 15,
"currentBlock": 15,
"memo": null,
"txTime": 1713146204000,
"walletId": 327282886560800800,
"requestId": null
}
],
"code": "000000",
"message": "Success"
}