This method allows you to get the estimated withdrawal fee by providing walletId, coinSymbol, network and withdrawal amount.
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v1/wallet/withdrawal/fee?walletId=1325589336357780500&coinSymbol=ETH&network=ETH&amount=10.2×tamp=1640995200000&toWalletIdStr=' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"feeAmount": "0.00037852",
"feeSymbol": "ETH",
"slowFeeAmount": "0.00047302",
"fastFeeAmount": "0.00189079",
"avlFeeAmount": "0.00113465"
},
"code": "000000",
"message": "Success"
}