Skip to main content
POST
trace_call
Plasma API method that executes the given call and returns execution traces.

Parameters

  • object — the transaction call object
  • array — array of trace types (trace, vmTrace, stateDiff)
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • object — the trace result

trace_call code examples

Body

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

The transaction call object.

Response

200 - application/json

Executes the given call and returns execution traces.

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