eth_getFilterChanges
POST
/{apiKey}
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
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Filter identifierstringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"requiredThe ID of the filter to poll for changes.
Responses
200
An array of log objects that have occurred since the last poll.
Was this page helpful?