eth_getFilterChanges
Filter handling | Tempo
eth_getFilterChanges | Tempo
Tempo API method that returns an array of logs or block/transaction hashes that occurred since the last poll. Tempo via Chainstack.
POST
eth_getFilterChanges
Tempo API method that returns an array of logs or block/transaction hashes that occurred since the last poll. Used with filters created byDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
eth_newFilter, eth_newBlockFilter, or eth_newPendingTransactionFilter.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
filterId— the filter ID returned from a filter creation method
Response
result— array of changes since last poll:- For log filters: array of log objects
- For block filters: array of block hashes
- For pending transaction filters: array of transaction hashes
eth_getFilterChanges code examples
Last modified on May 18, 2026