Home

Execute multiple call traces

POST
https://eth-archive.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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

application/json

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.0required

JSON-RPC version identifier

methodstringtrace_callManyrequired

The method to be invoked

idinteger | stringrequired

Request identifier for matching responses

paramsArray<Array<Array<object> | Array<string>> | string>required

Array containing call configurations and block parameter

Show child attributes

Single JSON-RPC parameter value accepted by this method.

One of
Array<Array<object> | Array<string>>

Block parameter specifying which block to execute against

stringlatestearliestpendingsafefinalized

Response

200OK

Successful trace response

401Unauthorized

Unauthorized: API key is present but rejected by the NOWNodes gateway.

405Method Not Allowed

Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.

422Unprocessable Entity

Missing API key. The NOWNodes gateway returns plain text for this error.

500Internal Server Error

Upstream node or gateway error.