Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getAccountOverview() intermittently returns 403 responses #1

Open
kmcaloon opened this issue Jul 11, 2021 · 3 comments
Open

getAccountOverview() intermittently returns 403 responses #1

kmcaloon opened this issue Jul 11, 2021 · 3 comments

Comments

@kmcaloon
Copy link

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?

@mickomagallanes
Copy link
Owner

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.

@kmcaloon
Copy link
Author

@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

@kmcaloon
Copy link
Author

I also noticed that it was returning 500 errors when the problem was with some of my parameters (ie when I would have a typo in my symbol)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants