Replay transactions from a block
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_replayBlockTransactions method replays all transactions in a block and returns the requested traces for each transaction.
This method is useful for analyzing all transactions in a specific block and understanding their execution paths and state changes.
Body
The trace_replayBlockTransactions method replays all transactions in a block and returns the requested traces for each transaction.
This method is useful for analyzing all transactions in a specific block and understanding their execution paths and state changes.
Request payload for Replay transactions from a block.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_replayBlockTransactionsrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<string | string | Array<string>>requiredArray containing block identifier and trace types
Response
Successful block transactions replay response
Invalid request parameters
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal server error