Get specific trace by transaction hash and trace address
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_get method returns a specific trace from a transaction by its hash and trace address.
This method is useful for retrieving detailed information about a specific call within a transaction, especially for complex transactions with multiple internal calls.
Body
The trace_get method returns a specific trace from a transaction by its hash and trace address.
This method is useful for retrieving detailed information about a specific call within a transaction, especially for complex transactions with multiple internal calls.
Request payload for Get specific trace by transaction hash and trace address.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_getrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<string | Array<integer>>requiredArray containing transaction hash and trace address
Response
Successful trace response
Invalid request parameters
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Trace not found
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