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.
jsonrpcstringrequiredJSON-RPC protocol version.
methodstringrequiredJSON-RPC method name.
paramsArray<any>requiredMethod parameters. params[0] is an array of call sets. Each call set is an array of call items. A call item is a 2-element array: [callObject, traceTypes]. params[1] is the block tag.
idintegerrequiredClient-provided request identifier.
Response
Response returned by trace_callMany.
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