> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Filter handling | Ethereum

> Ethereum filter JSON-RPC methods — create event and block filters, poll for changes, retrieve filter logs, and manage on-chain event subscriptions.

Handling filters can be done by using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getFilterChanges" icon="angle-right" iconType="solid" href="/reference/ethereum-getfilterchanges" horizontal />

  <Card title="eth_uninstallFilter" icon="angle-right" iconType="solid" href="/reference/ethereum-uninstallfilter" horizontal />
</CardGroup>
