Skip to content

Commit 9a236c9

Browse files
committed
clean up language
1 parent e1a8821 commit 9a236c9

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

docs/flashbots-mev-share/searchers/ratelimiting.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Rate limiting
2+
title: Rate Limits
33
---
44

55
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
1515
| `eth_callBundle` | 300 / IP / 1 min |
1616
| All others | 120 / IP / 1 min |
1717

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.
1919

2020
## Rate limiting exceptions
2121

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).

docs/flashbots-protect/ratelimiting.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Rate limiting
2+
title: Rate Limits
33
---
44

55
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
1717

1818
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.
1919

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-
3120
## Rate limiting exceptions
3221

3322
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

Comments
 (0)