python-kucoin icon indicating copy to clipboard operation
python-kucoin copied to clipboard

Kucoin REST and Websocket API python implementation

Results 59 python-kucoin issues
Sort by recently updated
recently updated
newest added

Hello there, My program was working fine with sandbox but when I replaced Sandbox=True by Sandbox=False and used my api key, I kept getting this error: KucoinAPIException 400003: KC-API-KEY not...

def get_symbols(self): return self._get('symbols', False) Theres an error with the get_symbols call. It doesnt take the optional parameter to get the data for one token and it errors out with...

I am trying to get a 1hour Kline for a token and I cant get it to work. from kucoin.client import Client as kucoin_client kucoin_api_key = '6cccc1f' kucoin_api_secret = '96912bcccc47b'...

How can I connect to Futures and work with?

```python from kucoin.client import Client api_key = 'xxxxxxxxxxxxxxxxxxxxxxxx' api_secret = 'xxxxxxxxxxxxxxxxxxxxxxxx' api_passphrase = 'xxxxxxxxxxxxxxxxxxxxxxxx' client = Client(api_key, api_secret, api_passphrase) # client = Client(api_key, api_secret, api_passphrase, sandbox=True) # get currencies currencies...

Just wondering is there any way to have entire market order books at once? what I meant by entire market is that all coins/tokens exist on Kucoin getting all of...

I have no idea what to edit but when I run get_accounts it returns all account info 2 times even when I run get_account('ID').

Hello, When using the sample code in the wiki: https://python-kucoin.readthedocs.io/en/latest/websockets.html I keep on getting "sleeping to keep loop open" while in debug mode (I am using PyCharm). Digging into the...

https://docs.kucoin.com/#get-the-transferable