Need help please: RateLimit
"Authorize Error: RateLimit - You have reached the rate limit for authorize."
on: "wss://ws.binaryws.com/websockets/v3?app_id=2498"
I am not sure what I am doing wrong. I've been getting this error for over a week, even though I haven't changed anything. Does anyone have any advice? Thanks already.
0
Comments
When are you making the Authorize call? You should only need to make it once for each user per session?
Okay, I have changed that. But doesn't the connection need to be kept alive? What is the timeout for a connection? How often is it allowed to poll the balance? (without subscription)! Is there any documentation about these defaults?
You should not poll balance, it should be a subscription. To keep the connections alive send a ping request every 30 seconds.