Send bundles to BuildAI
Users can send Flashbots bundles to one of the URLs below.
Bundle Relay URLs
Network | URL |
---|---|
Mainnet |
|
Sepolia |
|
JSON-RPC methods supported:
eth_sendBundle
eth_sendBundle
can be used to send your bundles to our builder. The eth_sendBundle
RPC has the following payload format:
If the refundPercent field is set, the builder will pass refundPercent of the bundle tip minus the cost of the refund transfer to the refundRecipient. If the cost of the refund transfer is greater than the refund amount, the bundle will still be included, but no refund will occur.
example:
example response:
Note: Flashbots signature header is not required.
Last updated