Skip to main content
POST
trace_block
Plasma API method that returns traces created at the given block.

Parameters

  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • array — an array of trace objects

trace_block code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:trace_block
params
string[]

Block number or tag (latest, earliest, pending).

Response

200 - application/json

Returns traces created at given block.

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