Create a filter for pending transactions
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Executes the eth_newPendingTransactionFilter JSON-RPC method on Ethereum through NOWNodes.
Body
application/json
Create a filter for pending transactions
Request payload for Create a filter for pending transactions.
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredJSON-RPC method name
paramsArray<any>requiredNo parameters required for this method
idintegerrequiredRequest identifier
Response
200OK
Filter ID created successfully
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.