debug_traceTransaction - Kaia

Archive Method

Complex queries might take longer and incur additional cost

The debug_traceTransaction RPC method is utilized to trace the execution of a transaction on the Kaia blockchain.
This method is highly beneficial for debugging purposes, as it furnishes comprehensive details regarding the transaction's execution.
These details include the type of call, the involved addresses, the transferred value, the gas consumption, the input and output data, any encountered errors, and reasons for reverts if applicable.
Moreover, it can enumerate sub-calls made during the transaction's execution.

Log in to see full request history
Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to debug_traceTransaction
params
array
length between 1 and 1
  1. String - Transaction hash
  2. Object - options for call, can be any of the following options:
  • tracer: Object - Currently supports callTracer and prestateTracer (see above for definitions).
  • timeout: String - A duration string of decimal numbers that overrides the default timeout of 5 seconds for JavaScript-based tracing calls. Max timeout is "10s". Valid time units are "ns", "us", "ms", "s" each with optional fraction, such as "300ms" or "2s45ms".
params
Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json