You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for putting this together. I'm trying to figure out an issue I'm having with the getAccountOverview method. Looks like sometimes it's working and sometimes it's not all the while using the same credentials/config. Have you run into anything similar?
The text was updated successfully, but these errors were encountered:
Hi, I guess it is on KuCoin's side. I have ran into a lot of issues when using KuCoin Future's API. Before when I try to buy, it would return { code: '400007', msg: 'Access denied, require more permission.' } so I needed to change my API keys literally every minute just to test my strategy. Right now, even the /api/v1/contracts/active return Internal Server Error which is not okay.
That's why I stopped using KuCoin already, because their API is somehow unstable.
@mickomagallanes were you running into issues with the sandbox or live environment? So far things are working for me live, and I see others were having trouble in the sandbox here ccxt/ccxt#8533
Hey, thanks for putting this together. I'm trying to figure out an issue I'm having with the
getAccountOverview
method. Looks like sometimes it's working and sometimes it's not all the while using the same credentials/config. Have you run into anything similar?The text was updated successfully, but these errors were encountered: