eth_getFilterChanges
Polls for changes in the filter with the given ID (created using eth_newFilter
). Returns an array of logs which occurred since the last poll.
Path parameters
apiKey
Request
This endpoint expects an object.
Filter identifier
The ID of the filter to poll for changes.
Response
An array of log objects that have occurred since the last poll.
OR
Eth Get Filter Changes Result1