ccxt: Withdrawal from Huobi problem
Hello. I test withdrawals from Huobi to Kucoin and I got some problems.
First, when I try to do this: huobi.withdraw("USDT", 15, my_address, tag=None, params={"network": "ERC20"})
I got
ccxt.base.errors.BadRequest: huobipro {"status":"error","err-code":"base-currency-chain-error","err-msg":"The current currency chain does not exist","data":null}
Why?
Ok, then I change network name to “ETH” and got this: ccxt.base.errors.PermissionDenied: huobipro {"status":"error","err-code":"api-not-support-temp-addr","err-msg":"API withdrawal does not support temporary addresses","data":null}
My questions are:
- How should the name of the network be given for any exchange? When I withdrawed from MEXC, I filled network params with “ERC20” and “BEP20”. It worked. Now on Huobi it doesn’t.
- What temporary addresses mean and how to fix it?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 27 (15 by maintainers)
@KindSpidey thanks for pinging, I will check with kucoin too, after #15842 is merged (@carlosmiei lmk if anything remains there).
The issue will be closed when the bugs are fixed