Docs

trace_replayTransaction - Ethereum RPC Method

Replay a transaction and return traces on Ethereum. Requires archive node for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps.

Replays a transaction on Ethereum and returns the requested traces.

Archive Node Required

This method requires an archive node. It is not available on full nodes.

Use Cases

  • Transaction replay - Re-execute a transaction with full trace output
  • State diff extraction - Get exact state changes from a transaction
  • VM trace debugging - Get opcode-level execution details for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps

Response Body

Response

Code Examples