Get the opcode traces for a historical transaction on the network with the given transaction ID or hash
Re-executes a transaction and returns a result containing detailed information for the execution, including all values from the {@code stack}, {@code memory} and {@code storage} and the entire trace of opcodes that were executed during the replay.
Note that to provide the output, the transaction needs to be re-executed on the EVM, which may take a significant amount of time to complete if stack and memory information is requested.
Path parameters
Transaction Id or a 32 byte hash with optional 0x prefix
Query parameters
If provided and set to false, stack information will not be included in the response
If provided and set to true, memory information will be included in the response
If provided and set to true, storage information will be included in the response
Response
OK
Example response
{
"contract_id": "0.0.2"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.