Skip to main content
POST
trace_get
Plasma API method that returns trace at the given position.

Parameters

  • data — the hash of the transaction
  • array — array of trace indices

Response

  • object — the trace object

trace_get code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:trace_get
params
(string | any[])[]

Hash of the transaction.

Response

200 - application/json

Returns trace at given position.

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