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

Does this still work?

Open jrc1883 opened this issue 3 years ago • 4 comments

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

jrc1883 avatar Apr 30 '21 01:04 jrc1883

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

kitt-th avatar May 01 '21 12:05 kitt-th

@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.

sammchardy avatar May 01 '21 12:05 sammchardy

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

kitt-th avatar May 01 '21 14:05 kitt-th

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

ffbboy30 avatar May 12 '21 04:05 ffbboy30