Bundle Simulation
REQUEST
Method: blxr_simulate_bundle
Simulate the execution of a MEV bundle
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. |
| [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β. |
| [Optional] Simulation timestamp, an integer in unix epoch format. Default value is None. |
| [Optional] Blockchain network name. Possible options are "Mainnet" and "BSC-Mainnet". Default value is "Mainnet" for Ethereum Mainnet. |
Example
RESPONSE
Example
Last updated