Replay all transactions in a block and return requested traces
POST
Replays every transaction in the selected block and returns the requested trace outputs for each transaction.
Body
application/json
Replays every transaction in the selected block and returns the requested trace outputs for each transaction.
Request payload for trace_replayBlockTransactions.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringtrace_replayBlockTransactionsrequiredJSON-RPC method name.
idinteger | stringrequiredClient-provided JSON-RPC request identifier. The same value is returned in the response.
paramsArray<string | string | Array<TraceType>>requiredParameters: block identifier and trace types.
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.