HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
683 stars 333 forks source link

base-symbol invalid for 'lunausdt' #107

Open JNYH opened 3 years ago

JNYH commented 3 years ago

I tried to place a new buy order for 'lunausdt' but got the following response: {'status': 'error', 'err-code': 'base-symbol-error', 'err-msg': 'The symbol is invalid', 'data': None} The same code works for 'xrphusd'. Do you know the reason why?