python-kucoin
python-kucoin copied to clipboard
get_markets() fails (404: not exist)
Hi,
I don't usually use Python so please bear with me. I'm trying to use python-kucoin and it fails with the most basic of examples - i.e., the one listed in the "Quickstart" section of the readme :-(
client.get_currencies() works fine (with my Kucoin sandbox credentials), but when calling client.get_markets(), it bombs:
Traceback (most recent call last):
File "kucoin-trader.py", line 15, in
I'm sure this is something obvious, read through the source code, checked the Kucoin API doc. Seems good to me. What's wrong here? Thank you!!