Increase Flashbots Bundle Success
Flashbots MEV Relays
Increase successful Flashbots bundles

Flashbots MEV Relays
Increase successful Flashbots bundles
Submit MEV bundles faster to pools.
Increase your success rate.
Trade from multiple global relays.
Less congestion than other services.
Bundle Submission
Submit the bundle to the Cloud-API, which validates, merges and forwards the bundle to mining pools.
Other MEV
Additional MEV services include Bundle Simulation, Multiple Relays, BackRunMe, and more.
bloXroute and flashbots are not mutually exclusive - many flashbots bundles are sent through bloXroute.
Unlimited usage with Elite or pay per submission with other plans.
MEV API JSON-RPC
# Request Example Bundle Submission - Enterprise Elite plan
curl https://mev.api.blxrbdn.com \
--insecure \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: " \
-d '{"method": "blxr_submit_bundle",
"id": "1",
"params": {
"transaction": ["ab..ab", "*", "*", "cd..cd"],
"block_number": "0xba10d0",
"min_timestamp": 1616511391,
"max_timestamp": 1617806320,
"reverting_hashes": ["0xd8..ce", "0x50..d3"]
}
}'
# Response Example
---------------------
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"bundleHash": "0x19..d0"
}
}