Skip to content

Commit

Permalink
Update ratelimiting.md (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseus0 authored Dec 20, 2023
1 parent 96e4cab commit 493795c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: rate limiting
title: Rate limiting
---

In order to protect our service from abuse we have rate limits on the number of requests that can be made to Flashbots Protect RPC. Currently, the rate limits are set as follows:

- There is no rate limit for `sendRawTransaction`
- Other requests are capped to 200/5min/IP
- Other requests are capped to 600/5min/IP

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.

Expand Down

1 comment on commit 493795c

@vercel
Copy link

@vercel vercel bot commented on 493795c Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.