RPC Rate Limiting #614
agolajko
announced in
Announcements
Replies: 1 comment
-
Websocket Connection UpdateIn addition to our scheduled updates, we're implementing the following changes to WS:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR
RPC Rate Limiting
Due to significant community adoption over the past months, we've seen increased requests to our Main Node. To manage this, we are implementing measures to limit excessive API usage, including rate limiting and offloading infrastructure to RPC providers and the ZKsync Node.
Starting Wednesday, July 10, we will enforce a per-IP rate limit of 20 requests per second (RPS) on Main Node, with bursts allowed up to 200 RPS. Stricter limits may also be applied to the
eth_getLogs
endpoint. This ensures that essential transactions, such as those from Metamask, are not disrupted while reducing API overuse.We expect this rate limit will not affect most developers, partners, and clients. Regular access to our Main Node should remain unaffected. If your operations might be impacted, we recommend using the ZKsync Node or an RPC provider for applications running on the ZKsync network.
Beta Was this translation helpful? Give feedback.
All reactions