from kucoin.client import Client
api_key =<MY API KEY>
api_secret=<MY API SECRET>
api_passphrase =<MY PASSPHRASE>
client = Client(api_key, api_secret, api_passphrase)
client.get_historical_orders(symbol="LTC-ETH")
→KucoinAPIException: KucoinAPIException 401000: The interface has been deprecated
我想使用 获取 Kucoin 的历史订单python-kucoin
,但get_historical_orders()
似乎不再起作用。有人知道替代界面吗?