Get all traces for a specific transaction
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_transaction method returns all traces produced by a specific transaction.
This method provides the complete execution trace of a transaction, including all internal calls, delegate calls, and contract creations that occurred during the transaction execution.
Body
The trace_transaction method returns all traces produced by a specific transaction.
This method provides the complete execution trace of a transaction, including all internal calls, delegate calls, and contract creations that occurred during the transaction execution.
Request payload for Get all traces for a specific transaction.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_transactionrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<string>requiredArray containing transaction hash
Response
Successful transaction traces 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