ccxt: New Huobi withdraw problem

Hello guys. As I see, you finally merged Huobi Withdraw PR (https://github.com/ccxt/ccxt/pull/15885), but it creates another problem. I try to withdraw now huobi.withdraw("BBF", amount, address, tag=None, params={"network": "ERC20"}) and get error AttributeError: 'huobipro' object has no attribute 'networkPairIdFromCode' How to fix it?

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Reactions: 1
  • Comments: 26 (7 by maintainers)

Commits related to this issue

Most upvoted comments

@KindSpidey thank you for all the feedback provided! 🙂

@ttodua well, are you sure python version of Huobi gets updated? Because js version had update 21 hours ago, but Python version only 3 days ago. Compare JS - https://github.com/ccxt/ccxt/blob/master/js/huobi.js Python - https://github.com/ccxt/ccxt/blob/master/python/ccxt/huobi.py

Thanks @KindSpidey for report, the fix will be applied asap, there was missed typo mechanical mistake in last merge.