Docs

trace_call - Ethereum RPC Method

Trace a call without creating a transaction on Ethereum. Requires archive node for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps.

Traces a call without creating a transaction on Ethereum, returning the trace output.

Archive Node Required

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

Use Cases

  • Call simulation - Preview internal calls before sending a transaction
  • Contract interaction analysis - Understand how contracts interact
  • Gas estimation - Analyze gas usage patterns for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps

Response Body

Response

Code Examples