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_block on MegaETH: Returns Parity-style traces for every transaction in a block.
trace_block requires archive depth. See the debug & trace matrix for MegaETH archive coverage.Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
blockTag | QUANTITY | TAG | yes | Block number (hex) or block tag. | "latest" |
Returns
Array<Object>: Array of trace objects across all transactions in the block.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Debug and trace methods on MegaETH
debug_traceTransactionon MegaETHdebug_traceCallon MegaETHdebug_traceBlockByHashon MegaETHdebug_traceBlockByNumberon MegaETHtrace_transactionon MegaETH