Execute multiple call traces on the same block context
POST
Performs multiple call traces on top of the same block. Each call is executed after the previous calls in the list, so call n observes state changes made by calls 0 through n-1.
Body
application/json
Performs multiple call traces on top of the same block. Each call is executed after the previous calls in the list, so call n observes state changes made by calls 0 through n-1.
Request payload for trace_callMany.
jsonrpcstring2.0requiredJSON-RPC protocol version.
methodstringtrace_callManyrequiredJSON-RPC method name.
idinteger | stringrequiredClient-provided JSON-RPC request identifier. The same value is returned in the response.
paramsArray<Array<Array<any>> | string | string>requiredParameters: call trace list and optional block identifier.
Response
200OK
Successful JSON-RPC response or JSON-RPC method error.
400Bad Request
Invalid HTTP request body or malformed JSON-RPC payload.
401Unauthorized
Missing or invalid API key.
500Internal Server Error
Internal server error.