trace_call
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Execute a new message call immediately without creating a transaction on the blockchain. This method allows debugging of contract calls by simulating execution and returning detailed trace information. It's particularly useful for testing and debugging smart contract interactions without spending gas.
Body
Execute a new message call immediately without creating a transaction on the blockchain. This method allows debugging of contract calls by simulating execution and returning detailed trace information. It's particularly useful for testing and debugging smart contract interactions without spending gas.
Request payload for trace_call.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_callrequiredThe JSON-RPC method name
paramsArray<object | Array<string> | string>requiredParameters for the trace_call method
idintegerrequiredRequest identifier used to match the response with the request.
Response
Successfully executed trace call and returned detailed trace information
Bad request - invalid 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