API Reference

eth_newPendingTransactionFilter

'Creates a filter in a node to enable notifications for the arrival of new pending transactions.'
'You can use the eth_getFilterChanges method to check whether the state of the filter has changed.'

Request Parameters

None

Response

The unique ID of the filter.

Result Fields

  • FILTER ID: a hexadecimal string, which indicates the ID of the newly created filter.

Examples

Example Requests
Example Responses
{
	"result": "0x54ad383863d890d0d265ea266f85fc36",
	"id": 1,
	"jsonrpc": "2.0"
}
Language
Click Try It! to start a request and see the response here!