Skip to main content
GET
Get step-by-step execution trace for a specific transaction

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

transaction_hash_param
string
required

Transaction hash in the path

Pattern: ^0x([A-Fa-f0-9]{64})$
chain_id
string
required

The ID of the blockchain

Response

Raw execution trace for the specified transaction.

action
object
required
subtraces
integer
required
Required range: x >= 0
traceAddress
integer[]
required
type
enum<string>
required
Available options:
call,
create,
create2,
reward,
selfdestruct,
stop,
invalid
result
object
transactionHash
string | null
Pattern: ^0x([A-Fa-f0-9]{64})$