Skip to content

Commit

Permalink
add bundle size limit (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseus0 authored Dec 19, 2023
1 parent b28e556 commit f47fe64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/flashbots-auction/advanced/rpc-endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ Advanced users can interact with the RPC endpoint at `relay.flashbots.net`, or o
| Goerli | `https://relay-goerli.flashbots.net` |
| Sepolia | `https://relay-sepolia.flashbots.net` |

The API provides JSON-RPC methods for interfacing with Flashbots. There will be a rate limit of 10,000 requests per second per IP. Each method is documented below.
The API provides JSON-RPC methods for interfacing with Flashbots. Below are some of the restrictions:

- There is a rate limit of 10,000 requests per second per IP
- Each bundle (`txs` parameter) can contain at most 100 transactions and have a size limit of 300,000 bytes

Each method is documented below.

### eth_sendBundle

Expand Down

1 comment on commit f47fe64

@vercel
Copy link

@vercel vercel bot commented on f47fe64 Dec 19, 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.