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

apiKeystringRequired

Request

This endpoint expects an object.
Filter identifierstringRequiredformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

The ID of the filter to poll for changes.

Response

An array of log objects that have occurred since the last poll.

list of strings
OR
new logslist of objects