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_get on Polygon: Returns a single Parity-style trace at a given position within a transaction.
trace_get requires archive depth. See the debug & trace matrix for Polygon 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" |
tracePosition | Array<QUANTITY> | yes | Address path through the call tree, as an array of indices. | ["0x0"] |
Returns
Object: A single trace object at the requested position.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Debug and trace methods on Polygon
debug_traceTransactionon Polygondebug_traceCallon Polygondebug_traceBlockByHashon Polygondebug_traceBlockByNumberon Polygontrace_transactionon Polygon