eth_getFilterLogs

get filter logs by id

🚧

Disclaimer

Note that the default interactive example in this page will not work as the filter will be expired.

To test eth_getFilterLogs in this page, first create a new filter using one of the following:

eth_newFilter
eth_newPendingTransactionFilter
eth_newBlockFilter
Then use the fresh filter ID as the parameter for eth_getFilterLogs.

Description

Returns an array of all logs matching filter with given id.

Parameters

  1. QUANTITY - The filter id.
params: [  
  "0x16", // 22  
]

Returns

See eth_getFilterChanges


Language
Authorization
Header
Click Try It! to start a request and see the response here!