Skip to main content
POST
trace_callMany
Plasma API method that performs multiple call traces on top of the same block.

Parameters

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

Response

  • array — an array of trace results

trace_callMany code examples

Body

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

Array of transaction call objects with trace types.

Response

200 - application/json

Performs multiple call traces on top of the same block.

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