Replay a transaction
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_replayTransaction method replays a transaction and returns the execution traces.
This method is useful for debugging and analyzing specific transactions that have already been mined.
Body
The trace_replayTransaction method replays a transaction and returns the execution traces.
This method is useful for debugging and analyzing specific transactions that have already been mined.
Request payload for Replay a transaction.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_replayTransactionrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<string | Array<string>>requiredArray containing transaction hash and trace types
Response
Successful transaction 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