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
Hi! Looks like there is no built-in support for rate limiting in the case of WebSocket spot trading. Here is an axample of the exchange response if I sent Place/Amend requests more often than 10/1s.
Hi, I can't find any info on this rate limit for the client websocket. Do you know where the 10/1s rule is defined?
If this is a specific rate limit for order placement/editing I also think it should not be part of the client rate limiting as you don't want to delay these calls, and it's better to let the server decide whether it's within or outside the limit.
I can't find any documentation about WebSocket rate limits. The gateio AI-support-bot says there are no limits, the only limit is a limit of 300 connections at a time. But it looks like the placing/amending order rules for websocket is the same as for REST https://www.gate.io/docs/developers/apiv4/en/#trade-ratio-rate-limiting.
Hi! Looks like there is no built-in support for rate limiting in the case of WebSocket spot trading. Here is an axample of the exchange response if I sent Place/Amend requests more often than 10/1s.
The text was updated successfully, but these errors were encountered: