eth_getFilterLogs

Returns an array of all logs matching filter with given id. This method is only supported for log filters. **Provider limits:** Responses are subject to the same **10,000 log event** cap as `eth_getLogs`. Narrow filters or paginate large scans. ⚡ Compute Units: [75 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Request

This endpoint expects an object.
filterIdstringRequiredformat: "^0x[0-9a-fA-F]+$"

Opaque filter ID returned by eth_newFilter. Block filters (eth_newBlockFilter) and pending-transaction filters (eth_newPendingTransactionFilter) are NOT supported by this method — use eth_getFilterChanges for those.

Response

Array of log objects
transactionHashstringformat: "^0x[0-9a-fA-F]{64}$"
removedboolean
logIndexstringformat: "^0x(0|[1-9a-fA-F][0-9a-fA-F]*)$"
transactionIndexstringformat: "^0x(0|[1-9a-fA-F][0-9a-fA-F]*)$"
blockHashstringformat: "^0x[0-9a-fA-F]{64}$"
blockNumberstringformat: "^0x(0|[1-9a-fA-F][0-9a-fA-F]*)$"
blockTimestampstringformat: "^0x(0|[1-9a-fA-F][0-9a-fA-F]*)$"
addressstringformat: "^0x[0-9a-fA-F]{40}$"
datastringformat: "^0x[0-9a-fA-F]*$"
topicslist of strings