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
Looking the documentation for Web Socket Stream API I can see that the Update Speed for most of the streams is 1000ms which I think is too high.
Inspecting the Binance home page with the devtools I can see they are using the following stream
So I was thinking if there is a way to configure the update speed for a given stream? I see that the current api exposes separate methods for each stream so it would involve including a new parameter to specify the update speed, if possible
The text was updated successfully, but these errors were encountered:
mrksph
changed the title
Is there a way to set the Update Speed for Web Sockets Stream API?
Set the Update Speed for Web Sockets Stream API?
May 28, 2024
Hi,
Looking the documentation for Web Socket Stream API I can see that the Update Speed for most of the streams is 1000ms which I think is too high.
Inspecting the Binance home page with the devtools I can see they are using the following stream
So I was thinking if there is a way to configure the update speed for a given stream? I see that the current api exposes separate methods for each stream so it would involve including a new parameter to specify the update speed, if possible
E.g.:
The text was updated successfully, but these errors were encountered: