Get step-by-step execution trace for a specific transaction
transactions
Get step-by-step execution trace for a specific transaction
Retrieves the raw execution trace for a transaction, showing the step-by-step execution path and all contract interactions.
GET
Get step-by-step execution trace for a specific transaction
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Transaction hash in the path
Pattern:
^0x([A-Fa-f0-9]{64})$The ID of the blockchain
Response
Raw execution trace for the specified transaction.
List event logs emitted during a specific transaction
Previous
Get on-chain state changes caused by a specific transaction
Next