Skip to main content
Defined in the Ethereum JSON-RPC Specification
Returns an array of all logs matching a given filter object.

Parameters

filterObject
object
required
The filter options object.

Returns

result
array
Array of log objects matching the filter.

Error Handling

Large filter ranges may exceed provider limits. Consider using smaller block ranges for better performance.
Topics are order-dependent. Use null as a wildcard for any topic position.