Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,15 @@ Below you can find descriptions for select response fields. Note that this is no

If you're new to GraphQL, this editor has autocomplete enabled and will magically suggest fields as you start typing. If you get lost, you can always search for available queries in the docs tab on the right!

<Warning>
**Important Note About Empty Topics**

Leaving topics empty makes your filter match **all events** (for the selected address, or for **all addresses** if none is provided).
This can generate very high webhook volume and **significant usage costs**.
If you only want specific event types, be sure to include topic filters.
Learn more: [Event Log Filters](https://www.alchemy.com/docs/reference/custom-webhook-filters#eventlog-filters)
</Warning>

6. Test and validate your GraphQL query by clicking the **Test Webhook** button. Confirm that your GraphQL query is valid does not contain any syntactical errors. **NOTE:** If you want to test your GraphQL query on a historical block, you can simply define your target block hash within the top-level block filter.

<CodeGroup>
Expand Down
Loading