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_call on HyperEVM: Returns the Parity-style trace of an eth_call.
trace_call 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 |
|---|---|---|---|---|
callObject | Object | yes | Same shape as eth_call’s call object. | {"to":"0xa0b86991...","data":"0x70a08231..."} |
traceTypes | Array<String> | yes | Trace types to include. One or more of trace, vmTrace, stateDiff. | ["trace", "stateDiff"] |
blockTag | QUANTITY | TAG | no | Block number (hex) or block tag. Defaults to latest. | "latest" |
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