Parameters
string
default:"421614"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"arbtrace_replayTransaction"
required
JSON-RPC method name.
object
required
An array containing the transaction hash and a list of trace types to include.Positional parameters for
arbtrace_replayTransaction:params[0]: Transaction hash (32-byte hex).params[1]: List of trace types to include in the output.
Returns
object
Execution trace details for the replayed transaction.