Alchemy Logo

eth_newFilter

POST
/{apiKey}

Creates a filter object based on filter options to notify when state changes (logs).

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Filterobjectrequired

The filter options object to specify the filter criteria for logs.

Responses

200

A hexadecimal string representing the ID of the created filter.

Was this page helpful?