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/{chain_id}/api/v2/transactions/{transaction_hash_param}/raw-trace
Path parameters
transaction_hash_paramstring required
Transaction hash in the path
chain_idstring required
The ID of the blockchain
Response
Raw execution trace for the specified transaction.
Changes
No recorded changes to this endpoint across all 1 revision of this API.