debug_traceTransaction RPC Method
Please note that this RPC method is available to all users on the Build plan and higher. If you are using the Free plan, you will need to upgrade to utilize this method. See our pricing for more information.
Parameters
transactionHash
string
REQUIRED
The transaction hash that needs to be traced, encoded in hexadecimal format
object
object
The tracer object with the following fields:
tracer
string
The type of tracer. It could be callTracer or prestateTracer
callTracer
string
The calltracer keeps track of all call frames, including depth 0 calls, that are made during a transaction
prestateTracer
string
The prestateTracer replays the transaction and tracks every part of state that occured during the transaction
tracerConfig
object
The object to specify the configurations of the tracer
onlyTopCall
boolean
When set to true, this will only trace the primary (top-level) call and not any sub-calls. It eliminates the additional processing for each call frame
timeout
string
A string of decimal integers that overrides the JavaScript-based tracing calls default timeout of 5 seconds
Returns
result
object
An object containing detailed information about the traced transaction
from
string
The address the transaction is sent from
gas
string
The gas provided for the transaction execution
gasUsed
string
The gas consumed by the transaction
to
string
The address the transaction is directed to
input
string
The input data sent with the transaction
calls
array
An array containing internal calls made during the transaction
from
string
The address initiating the call
gas
string
The gas limit specified for the call
gasUsed
string
The amount of gas used during the call
to
string
The address being called
input
string
The input data for the call
value
string
The value (in Wei) sent with the call
type
string
The type of call (e.g., CALL)
value
string
The value (in Wei) sent with this transaction
type
string
The transaction type (e.g., CALL)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free