trace_callMany - Hyperliquid RPC Method
Trace multiple calls in sequence on Hyperliquid. Requires archive node for perpetual futures trading, onchain order books, and institutional-grade derivatives.
Traces multiple calls in sequence on Hyperliquid, 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 perpetual futures trading, onchain order books, and institutional-grade derivatives
Response Body
ResponseCode Examples
Related Methods
trace_call- Trace a single calleth_call- Execute call without trace
trace_call
Trace a call without creating a transaction on Hyperliquid. Requires archive node for perpetual futures trading, onchain order books, and institutional-grade derivatives.
trace_filter
Filter traces by address and block range on Hyperliquid. Requires archive node for perpetual futures trading, onchain order books, and institutional-grade derivatives.