This method allows you to get withdrawal details by orderViewId or requestId
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v2/wallet/withdrawal/detail?orderViewId=22161420305164742013280002&requestId=×tamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"orderViewId": "24073629165041914861440002",
"txId": "0x662e2e367c79100b8d7599e69680d7fc71bf704a6341387fb36c4eddc1a1e1e9",
"transferType": 10,
"direction": 20,
"fromAddress": "0xc8dAe5eb08fe1981D212cFc3744b237e72a99878",
"toAddress": "0xb0EdeFFa2f9894076c7265cC094FCA032070AD8c",
"network": "BSC",
"coinSymbol": "BNB",
"amount": "0.001000000000000000",
"feeSymbol": "BNB",
"feeAmount": "0.000255000000000000",
"status": 10,
"confirmedBlockCount": null,
"unlockConfirm": null,
"maxConfirmBlock": null,
"memo": "",
"txTime": "1714056193000",
"walletStr": "327282886560800768",
"requestId": null
},
"code": "000000",
"message": "Success"
}