We’ve deployed an important Data-API update to the Flashbots relay for querying builder submissions: removing the limit for entries when querying a specific slot (or block_number).
- previously there was a limit of 200 entries per request
- but the relay is nowadays receiving up to 450 bids per slot
- now, when querying for a specific
slotorblock_number, you’ll now get as many submissions as there are!
Note: If you’ve previously saved/indexed all the bids, you may have incomplete information and should reindex (starting with the bulk data download).
The bulk data downloads are available here: flashbots-boost-relay-public.s3.us-east-2.amazonaws.com
For reference see also the Data API documentation.