BSC submit arbOnly
The BackRunMe bundle submission system on BSC allows searchers to submit arbitrage bundles referencing private transactions from the BSC arbOnlyMEV stream. These bundles must strictly backrun the target transaction (from the stream) and cannot be used for frontrunning.
Bundle Submission Details
Method:
submit_arb_only_bundle
(Cloud API)Endpoint: Available only via
backrunme.blxrbdn.com
Bundle Pricing: Bundles can have zero bundle price (i.e., 0 gwei gasPrice).
MEV Revenue Sharing: Searchers must share extracted arbitrage rewards with Bloxroute via an internal transaction or a separate direct transfer to Bloxroute’s dynamic fee wallet:
Wallet Address:
0x74c5F8C6ffe41AD4789602BDB9a48E6Cad623520
Bundle Prioritization:
If multiple conflicting bundles reference the same target transaction, the bundle sending the higher amount to the dynamic fee wallet will be prioritized.
Recall that sending an amount to the dynamic fee wallet is weighted higher than gas payments. The bloXroute builder employs the following high-level prioritization formula:
[(
∑(Gas Fee of searcherTX)×0.9)+(BNB sent to dynamic fee wallet)]
REQUEST
Parameters
Parameter
Description
transaction_hash
Trigger transaction hash
transaction
A list of raw transaction bytes without a 0x
prefix that are meant to immediately follow the trigger transaction.
block_number
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.
blockchain_network
Must specify "BSC-Mainnet"
min_timestamp
[Optional] the minimum timestamp that the bundle is valid on, an integer in unix epoch format. Default value is None.
max_timestamp
[Optional] the maximum timestamp that the bundle is valid on, an integer in unix epoch format. Default value is None.
Example
RESPONSE
Example
Last updated