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

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

Open aliniko79 opened this issue 3 years ago • 1 comments

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

aliniko79 avatar Aug 30 '21 11:08 aliniko79

Could you solve this problem?

AkbarDizaji avatar May 29 '22 17:05 AkbarDizaji