Filter traces by criteria
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
The trace_filter method returns traces matching specified filter criteria.
This method allows filtering traces by block range, fromAddress, toAddress, and other criteria. It's useful for finding specific transactions or calls across multiple blocks.
Body
The trace_filter method returns traces matching specified filter criteria.
This method allows filtering traces by block range, fromAddress, toAddress, and other criteria. It's useful for finding specific transactions or calls across multiple blocks.
Request payload for Filter traces by criteria.
jsonrpcstring2.0requiredJSON-RPC version identifier
methodstringtrace_filterrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<object>requiredArray containing filter object
Response
Successful trace filter response
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