eth_getFilterLogs
Robinhood Chain node API
eth_getFilterLogs | Robinhood
Robinhood Chain API method that returns an array of all logs matching the filter with the given ID. eth_getFilterLogs on Robinhood Chain via Chainstack.
POST
eth_getFilterLogs
Robinhood Chain API method that returns an array of all logs matching the filter with the given ID. Unlike
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 July 18, 2026