eth_newFilter
Logs & events | Tempo
eth_newFilter | Tempo
Tempo API method that creates a new filter for logs matching specified criteria. The filter can be polled with eth_getFilterChanges.
POST
eth_newFilter
Tempo API method that creates a new filter for logs matching specified criteria. The filter can be polled withDocumentation 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_getFilterChanges.
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
filterObject— the filter object:fromBlock— (optional) block number (hex) or tag to start fromtoBlock— (optional) block number (hex) or tag to end ataddress— (optional) contract address or array of addressestopics— (optional) array of topic filters
Response
result— the filter ID
eth_newFilter code examples
Last modified on May 18, 2026