Trace a raw transaction without broadcasting it
POST
Traces a raw signed transaction as if eth_sendRawTransaction were called, but does not submit the transaction to the network.
Body
application/json
Traces a raw signed transaction as if eth_sendRawTransaction were called, but does not submit the transaction to the network.
Request payload for trace_rawTransaction.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringtrace_rawTransactionrequiredJSON-RPC method name.
idinteger | stringrequiredClient-provided JSON-RPC request identifier. The same value is returned in the response.
paramsArray<string | Array<TraceType> | string | string>requiredParameters: raw transaction, trace types, optional block identifier.
Response
200OK
Successful JSON-RPC response or JSON-RPC method error.
400Bad Request
Invalid HTTP request body or malformed JSON-RPC payload.
401Unauthorized
Missing or invalid API key.
500Internal Server Error
Internal server error.