Get the opcode traces for a historical transaction on the network with the given transaction ID or hash
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-add-traceability-callout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Transaction Id or a 32 byte hash with optional 0x prefix
^(0x)?[A-Fa-f0-9]{64}|(\d{1,10})\.(\d{1,10})\.(\d{1,10})-(\d{1,19})-(\d{1,9})$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
The address of the transaction recipient in hex. Zero address is set for transactions without a recipient (e.g., contract create)
Network entity ID in the format of shard.realm.num
^\d{1,10}\.\d{1,10}\.\d{1,10}$"0.0.2"
Whether the transaction failed to be completely processed.
The gas used in tinybars
The logs produced by the opcode logger
The returned data from the transaction in hex