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
debug_traceTransaction on Monad: Returns an opcode-level execution trace for a mined transaction.
debug_traceTransaction requires archive depth. See the debug & trace matrix for Monad archive coverage.Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
transactionHash | DATA, 32 bytes | yes | Transaction hash. | "0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b" |
options | Object | no | {tracer?, tracerConfig?, timeout?}. Common tracers: callTracer, prestateTracer, 4byteTracer. | {"tracer":"callTracer"} |
Returns
Object: Tracer-specific output. With callTracer, the call graph rooted at the transaction’s from/to.
Examples
Errors
| Code | Message |
|---|---|
-32000 | Transaction not found, or trace failed. |
-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Debug and trace methods on Monad
debug_traceCallon Monaddebug_traceBlockByHashon Monaddebug_traceBlockByNumberon Monadtrace_transactionon Monadtrace_blockon Monad