trace_call
Executes a call and returns one or more possible traces.
Path parameters
apiKey
Request
This endpoint expects an object.
transaction
Transaction call object. Contains call parameters such as “from”, “to”, “gas”, “gasPrice”, “value”, and “data”.
traceTypes
Array of trace types to return. Valid values include “trace” and “stateDiff”.
Allowed values:
blockIdentifier
Optional block identifier (block number in hex, block hash, or tag like “latest”).
Response
Returns the trace result for the given call.
output
stateDiff
trace
vmTrace