kucoin-futures-node-api icon indicating copy to clipboard operation
kucoin-futures-node-api copied to clipboard

getAccountOverview() intermittently returns 403 responses

Open kmcaloon opened this issue 3 years ago • 3 comments

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?

kmcaloon avatar Jul 11 '21 23:07 kmcaloon

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 avatar Jul 12 '21 11:07 mickomagallanes

@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 https://github.com/ccxt/ccxt/issues/8533

kmcaloon avatar Jul 12 '21 11:07 kmcaloon

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)

kmcaloon avatar Jul 12 '21 11:07 kmcaloon