Hyperliquid

debug_traceBlockByNumber400 credits

Returns traces for all transactions in a block by number (debug API).

Network: hyperliquid

Parameters

NameTypeDescription
blockNumberQUANTITY | TAGBlock number or tag.
optionsObjectTracer options. (optional)

Returns

Type

Object[]

Array of transaction traces.

Code examples

curl https://hyperliquid-mainnet.rpcnode.dev/7c9e6679-7425-40de-944b-e07fc1f90ae7 \
  -X POST \
  -H 'content-type: application/json' \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "debug_traceBlockByNumber",
  "params": [
    "latest",
    {
      "tracer": "callTracer"
    }
  ]
}'