kucoin-futures-python-sdk
kucoin-futures-python-sdk copied to clipboard
500-{"code":"100000","msg":"Service not available temporarily, please try it later."}
`from kucoin_futures.client import Market
client=Market(key=key, secret=secret, passphrase=passphrase, is_sandbox=False, url=url) k=client.get_ticker('BTCUSDT') print(k)`
when I run this code it gives me this error: Exception: 500-{"code":"100000","msg":"Service not available temporarily, please try it later."}
Could you solve this problem?