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
Copy file name to clipboardExpand all lines: docs/flashbots-mev-share/searchers/ratelimiting.mdx
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Rate limiting
2
+
title: Rate Limits
3
3
---
4
4
5
5
In order to protect our services from abuse we have rate limits on the number of requests that can be made. Currently, the rate limits are set as follows.
@@ -15,12 +15,8 @@ In order to protect our services from abuse we have rate limits on the number of
15
15
|`eth_callBundle`| 300 / IP / 1 min |
16
16
| All others | 120 / IP / 1 min |
17
17
18
-
Note that this is _requests_ and not _transactions_ submitted per second. There is no limitation on the number of transactions in a request. Note that you are not required to read JSON RPC requests to send transactions to Flashbots Protect RPC.
18
+
Note that this is _requests_ and not _transactions_ submitted per second. There is no limitation on the number of transactions in a request.
19
19
20
20
## Rate limiting exceptions
21
21
22
-
If you are a wallet or application integrating with protect and you require a higher rate limit please reach out to [Shea Ketsdever](https://twitter.com/SheaKetsdever).
23
-
24
-
## Batch request support
25
-
26
-
Flashbots Protect RPC is not supporting batch JSON-RPC requests.
22
+
If you require a higher rate limit please reach out to [Shea Ketsdever](https://twitter.com/SheaKetsdever).
Copy file name to clipboardExpand all lines: docs/flashbots-protect/ratelimiting.mdx
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Rate limiting
2
+
title: Rate Limits
3
3
---
4
4
5
5
In order to protect our services from abuse we have rate limits on the number of requests that can be made. Currently, the rate limits are set as follows.
@@ -17,17 +17,6 @@ In order to protect our services from abuse we have rate limits on the number of
17
17
18
18
Note that this is _requests_ and not _transactions_ submitted per second. There is no limitation on the number of transactions in a request. Note that you are not required to read JSON RPC requests to send transactions to Flashbots Protect RPC.
19
19
20
-
## `relay.flashbots.net` - Bundles
21
-
22
-
| Method | Limit |
23
-
|---------------------|--------------------|
24
-
|`eth_sendBundle`| 1800 / IP / 1 min |
25
-
|`mev_sendBundle`| 1800 / IP / 1 min |
26
-
|`eth_cancelBundle`| 600 / IP / 1 min |
27
-
|`mev_simBundle`| 300 / IP / 1 min |
28
-
|`eth_callBundle`| 300 / IP / 1 min |
29
-
| All others | 120 / IP / 1 min |
30
-
31
20
## Rate limiting exceptions
32
21
33
22
If you are a wallet or application integrating with protect and you require a higher rate limit please reach out to [Shea Ketsdever](https://twitter.com/SheaKetsdever).
0 commit comments