> ## 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 | Arc

> Arc filter JSON-RPC methods — create, poll, and remove log and block filters on Arc.

Working with filters on Arc can be done using the following methods:

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

  <Card title="eth_getFilterLogs" icon="angle-right" iconType="solid" href="/reference/arc-eth-getfilterlogs" horizontal />

  <Card title="eth_newBlockFilter" icon="angle-right" iconType="solid" href="/reference/arc-eth-newblockfilter" horizontal />

  <Card title="eth_newFilter" icon="angle-right" iconType="solid" href="/reference/arc-eth-newfilter" horizontal />

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