Kucoin / kucoin-futures-python-sdk

MIT License
7 stars 3 forks source link

500-{"code":"100000","msg":"Service not available temporarily, please try it later."} #15

Open aliniko79 opened 2 years ago

aliniko79 commented 2 years ago

`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."}

AkbarDizaji commented 2 years ago

Could you solve this problem?