eth_getFilterLogs
Logs & events | Tempo
eth_getFilterLogs | Tempo
Tempo API method that returns an array of all logs matching the filter with the given ID. eth_getFilterLogs on Tempo via Chainstack.
POST
eth_getFilterLogs
Tempo API method that returns an array of all logs matching the filter with the given ID. UnlikeDocumentation 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, this returns all matching logs, not just new ones since the last poll.
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 frometh_newFilter
Response
result— array of log objects matching the filter:address— contract address that emitted the logtopics— array of indexed log parametersdata— non-indexed log parametersblockNumber— block number containing the logblockHash— hash of the blocktransactionHash— hash of the transaction that emitted the logtransactionIndex— index of the transaction in the blocklogIndex— position of the log in the blockremoved—trueif the log was removed due to a chain reorganization
eth_getFilterLogs code examples
Last modified on May 18, 2026