sammchardy / python-kucoin

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

Does this still work? #83

Open jrc1883 opened 3 years ago

jrc1883 commented 3 years ago

Is this still working? Seems like it does not work anymore.

kitt-th commented 3 years ago

same Q. get_symbols() returns just 8 trading pairs KCS-USDT ETH-USDT BTC-USDT ETH-BTC BTC3L-USDT BTC3S-USDT ETH3L-USDT ETH3S-USDT

sammchardy commented 3 years ago

@kitt-th That's true if you are interacting with the sandbox.

Otherwise you will see all trading pairs.

API Keys are also specific to the sandbox or the main site.

kitt-th commented 3 years ago

Thanks, I didn't notice that sandbox is set to True by default.

ffbboy30 commented 3 years ago

I've just created a API key and I get this on client.get_markets() order : ['USDS', 'BTC', 'KCS', 'ALTS', 'DeFi', 'NFT', 'Polkadot', 'ETF'] On my client init sandbox is false client = Client(api_key, api_secret, api_passphrase, sandbox=False)

Any idea Thanks