Docs

eth_getFilterLogs - Get Filter Logs

Get all Centrifuge filter logs. Historical event retrieval.

Returns an array of all logs matching filter with given id on the Centrifuge network. This method retrieves all accumulated logs that match the criteria of a previously created filter.

Implementation Example

Notes

  • The filter must be created first using eth_newFilter, eth_newBlockFilter, or eth_newPendingTransactionFilter
  • This method returns all logs accumulated since the filter was created
  • Filters timeout if not accessed within a certain time period (typically 5 minutes)
  • Use eth_getFilterChanges to get only new logs since the last poll
  • The removed field helps handle chain reorganizations

Need help? Contact our support team or check the Centrifuge documentation.