How many Webhook can I create?
When using Alchemy’s API, you might wonder if there’s a limit to the number of webhooks you can create to monitor blockchain activity?
Webhooks limits by tier
For Growth, Scale and Enterprise tiers, there’s no limit on how many webhooks you can create with Alchemy. This allows you to set up as many custom notifications as you need to monitor specific blockchain events, such as transactions, token transfers, and contract interactions, across multiple applications and environments.
For the Free tier, however, a limit of 5 webhooks per account applies. If you require additional webhooks, consider upgrading to access the full flexibility of unlimited webhooks!
❗️Note for paid tiers: On your Alchemy Dashboard, you can create up to 10 webhooks from the Dashboard UI, but when using createWebhooks calls, the number of webhooks is unlimited! See more details in our documentation here!
Best Practices for Using Webhooks with Large Address Lists
When working with a large number of addresses, it’s recommended to add no more than 50,000 addresses to each webhook. If you need to monitor more addresses, consider spinning up a new webhook to ensure your system remains scalable and reliable!
Why Is This Important?
With no restrictions on the number of webhooks, you have complete flexibility in setting up detailed monitoring for your blockchain applications. Whether you’re tracking large-scale operations or simply testing, you can configure as many webhooks as required to fit your use case.
How to Get Started?
To start creating webhooks, simply follow the instructions in our Webhook API documentation for guidance on setup and customization!