trace_transaction

Returns the trace of the transaction with the given hash.

📘

Note: Available to paying Infura Customers


Description

Provides transaction processing of type trace for the specified transaction. Use this API to improve smart contract performance by analyzing its internal transactions and execution steps. You can use this information to identify bottlenecks and optimize the contract for better performance.

Parameters

  • transaction hash: [Required] The transaction hash.

Returns

  • A list of traces in the order called by the transaction.

Language
Authorization
Header
Click Try It! to start a request and see the response here!