This API is used to receive requests for simulating bundles. The method name is eth_callBundle.
Request Example
{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_callBundle",
"params": [
{
"txs":["0x…1b"], // List of signed raw transactions
"blockNumber":12345, // Current block number + 1
}
]
}