This method can be used to simulate a bundle against a specific block number, including simulating a bundle at the top of the next block.
Request should be sent to https://bsc-simulation.blocksmith.org.
Request payload format:
{"jsonrpc":"2.0","id":1,"method":"eth_callBundle","params": [ { txs, // Array[String], A list of signed transactions to execute in an atomic bundle blockNumber, // String, a hex encoded block number for which this bundle is valid on stateBlockNumber, // String, either a hex encoded number or a block tag for which state to base this simulation on. Can use "latest"
timestamp // (Optional) Number, the timestamp to use for this bundle simulation, in seconds since the unix epoch
} ]}