Docs

trace_replayBlockTransactions - Hyperliquid RPC Method

Replay all transactions in a block and return traces on Hyperliquid. Requires archive node for perpetual futures trading, onchain order books, and institutional-grade derivatives.

Replays all transactions in a block on Hyperliquid and returns the requested traces.

Archive Node Required

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

Use Cases

  • Block replay - Re-execute all transactions with full trace output
  • State diff analysis - Get state changes for every transaction in a block
  • VM trace extraction - Obtain detailed EVM execution traces for perpetual futures trading, onchain order books, and institutional-grade derivatives

Response Body

Response

Code Examples