Docs

trace_callMany - Ethereum RPC Method

Trace multiple calls in sequence on Ethereum. Requires archive node for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps.

Traces multiple calls in sequence on Ethereum, where each call can depend on the state changes of the previous one.

Archive Node Required

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

Use Cases

  • Multi-step simulation - Simulate a sequence of dependent transactions
  • Arbitrage analysis - Test multi-hop swap paths
  • Batch operations - Preview multiple contract interactions for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps

Response Body

Response

Code Examples