Skip to main content
POST
debug_traceCall
Robinhood Chain API method that runs an eth_call within the context of the given block execution and returns trace results.

Parameters

  • object — the transaction call object
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)
  • object — (optional) tracer configuration options

Response

  • object — the trace result

debug_traceCall code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:debug_traceCall
params
(Transaction · object | string)[]

The transaction call object.

Response

200 - application/json

Runs an eth_call within the context of the given block execution and returns trace results.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026