sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
351 stars 148 forks source link

In get_coin_info the "coin" parameter is now required #32

Closed primski closed 6 years ago

primski commented 6 years ago

https://kucoinapidocs.docs.apiary.io/#reference/0/market/get-coin-info(open)

Even though the Kucoin documentation does not reflect it yet.

Tried it in their console, throws the "Required String parameter 'coin' is not present" message.

sammchardy commented 6 years ago

Thanks @primski I've fixed this in v0.1.12

primski commented 6 years ago

ah sorry, should have upgraded first ...

many thanks