Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
0.015 credits per call
trace_rawTransaction on HyperEVM: Returns Parity-style traces for a raw, signed transaction without broadcasting it.
trace_rawTransaction requires archive depth. See the debug & trace matrix for HyperEVM archive coverage.Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
rawTransaction | DATA | yes | RLP-encoded, signed transaction. | "0xf86c808504a817c800825208943535353535353535353535353535353535353535880de0b6b3a76400008025a0..." |
traceTypes | Array<String> | yes | Trace types to include. One or more of trace, vmTrace, stateDiff. | ["trace", "stateDiff"] |
Returns
Object: {output, trace[], stateDiff?, vmTrace?}
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Debug and trace methods on HyperEVM
debug_traceTransactionon HyperEVMdebug_traceCallon HyperEVMdebug_traceBlockByHashon HyperEVMdebug_traceBlockByNumberon HyperEVMtrace_transactionon HyperEVM