BackRunMe: Bundle Simulation
REQUEST
Method: simulate_arb_only_bundle
Simulate the execution of an MEV bundle that uses private transactions from the arbOnlyMev
transactions stream.
The simulate_arb_only_bundle
is a cloud-api request and it is only available at a single cloud api pointed by DNS name backrunme.blxrbdn.com
.
Follow the BackRunMe program rules for the arbitrage profit distribution guidelines.
Parameters
Parameter
Description
transaction_hash
Trigger private transaction hash.
transaction
A list of raw transaction bytes without a 0x
prefix that are meant to immediately follow the trigger private transaction.
block_number
Block number of a future block to include this bundle in, in hex value.
state_block_number
[Optional] Block number used as the base state to run a simulation on. Valid inputs include hex value of block number, or tags like βlatestβ and βpendingβ. Default value is βlatestβ.
timestamp
[Optional] Simulation timestamp, an integer in unix epoch format. Default value is None.
Example
RESPONSE
Example
Last updated