Open hems opened 6 years ago
I'm having the same problem sometimes when looking up a specific order APIKEY_INVALID
@harryt2 bittrex has basically no support at the moment. i opened a ticket and they keep me sending an email saying "We had no time to respond your ticket, if you don't reply this email we will mark this ticket as solved".
I'm totally losing hope on getting support from them, really unprofessional behaviour on their part.
I think this error occurs when there are many simultaneous requests for api. Try to use setinterval in your requests.
@klaveren that's not the case i do have interval in between the requests, actually very spaced intervals, about 3 seconds between each call. then i call for balances and orders and then wait 3 seconds..
This is rather annoying and i would bet this is a problem on Bittrex side, but it's worth creating an issue here.
If you keep polling user data through the HTTP API it will yield APIKEY_INVALID from time to time even thought the key is valid.