Execute multiple call traces
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_callMany method allows executing multiple call operations in a single request and returns the full trace of each call execution. This is useful for debugging and analyzing multiple transaction calls.
Body
The trace_callMany method allows executing multiple call operations in a single request and returns the full trace of each call execution. This is useful for debugging and analyzing multiple transaction calls.
Request payload for Execute multiple call traces.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_callManyrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<Array<Array<object> | Array<string>> | string>requiredArray containing call configurations and block parameter
Response
Successful trace response
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.
Upstream node or gateway error.