ETH Bundle Submission
Send your MEV bundle to multiple builders connected to the bloXroute network
REQUEST
Method: blxr_submit_bundle
Submit a bundle to the Cloud-API or Gateway, which validates and forwards the bundle to MEV relays. Please contact bloXroute support if you have questions regarding the parameters.
Parameters
Parameter | Description |
---|---|
| A list of raw transaction bytes without a |
| Block number of a future block to include this bundle in, in hex value. For traders who would like more than one block to be targeted, please send multiple requests targeting each specific block. |
| [Optional] The minimum timestamp that the bundle is valid on, an integer in unix epoch format. Default value is None. |
| [Optional] The maximum timestamp that the bundle is valid on, an integer in unix epoch format. Default value is None. |
| [Optional] A list of transaction hashes within the bundle that are allowed to revert. Default is empty list: the whole bundle would be excluded if any transaction reverts. |
| [Optional] A unique identifier of the bundle. This field can be used for bundle replacement and bundle cancellation. Some builders like |
| [Optional, default: True] A boolean flag indicating if the bundle should be enrolled in the BackRunMe service. |
| [Optional] When the bundle is enrolled in the BackRunMe service, the transaction's from address collects backrun reward by default. The reward address can be overwritten with this parameter. |
| [Optional, default: False] A boolean flag indicating if the bundle should be sent just to a single block builder who is participating in the priority fee refund program. Please refer to Priority Fee Refund for details of the priority fee refund program. |
| [Optional] A string representing the wallet address to receive refund when |
| [Optional, default: 1] An integer that specifies the number of subsequent blocks that the bundle is valid for. The maximum value allowed for this parameter is 20. For example, when |
| [Optional, default:
Traders can refer to List of External Builders page for a full list. |
Examples
Cloud API
Gateway
Using gateway to send bundles to bloXroute builders requires Enterprise Elite plan. Traders with lower plans can still use gateway to send bundles to external builders.
Rate Limits and Restriction
Plan | Bundle Submission | Bundle Simulation |
---|---|---|
Ultra and Enterprise-Elite | Unlimited | Unlimited |
Enterprise |
| Not supported |
Professional and Introductory |
| Not supported |
Last updated