Eth_newPendingTransactionFilter

Create a filter for pending transactions

post

Sends a JSON-RPC request to create a filter that tracks pending transactions in the Ethereum network. Returns a filter ID which can be used to query pending transactions using eth_getFilterChanges.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version

Example: 2.0
methodstringRequired

JSON-RPC method name

Example: eth_newPendingTransactionFilter
idintegerRequired

Request identifier

Example: 1
Responses
chevron-right
200

Filter ID created successfully

application/json
jsonrpcstringOptional

JSON-RPC version

Example: 2.0
idintegerOptional

Request ID (matches the one from the request)

Example: 1
resultstringOptional

Filter identifier (hex string)

Example: 0x16
post
/
200

Filter ID created successfully

Last updated