python-kucoin
python-kucoin copied to clipboard
Kucoin REST and Websocket API python implementation
Hi, As you can see in this page (https://docs.kucoin.com/#introduction), Kucoin is updating his authentication system. > To reinforce the security of the API, KuCoin upgraded the API key to version...
Hi folks, I read in the api documentation that Kucoin has a so called "price protection mechanism": https://docs.kucoin.com/#place-a-new-order The documentation states "causing the order to fail." but later on mentions...
I wanted to use this to create a sort of moving Stop-Loss while I cannot access my computer for trading, but I cannot find information on how to create a...
client.cancel_all_orders('DATX-BTC') cancels all orders not only the ones from DATX-BTC.
The inner-transfer endpoint has been changed with new arguments. Additionally the endpoint moved to /api/v2/accounts/inner-transfer while all other endpoints are still at v1. This breaks the system used until now...
In the python-binance module, it is possible to get the whole historical dataset by using the klines function, unfortunately this package is limited to 1500 datapoints. Is it possible to...
Hello. It appears that client.get_orders() command ignores page= subscript, since (for me, at least) it returns the first page only, regardles of whether I put page=2 or page=1000. Is there...
After internet connection break it's showing only "sleeping to keep loop open" and not connecting anymore.
hi, i noticed a problem when installing python-kucoin by pip, i'm using it in manjaro-linux and need to specify the version. if you don’t specify the version it downloads the...
Trading websites like https://www.tradingview.com/chart/?symbol=BITSTAMP%3ABTCUSD for BTC-USD display volume as integers ranging from typically 0 to 200. However, the kucoin API returns volume as a transaction quantity. I am really confused...