Custom Webhooks Quickstart

Quickstart guide for using Custom Webhooks

Introduction

Alchemy's Custom Webhooks effectively solve the challenges of blockchain data by leveraging flexibility and control, giving developers Web3 data that is expansive and precise.

With Custom Webhooks, developers can stream on-chain data and get immediately notified about the most recent blockchain data changes. While previous Alchemy Notify solutions covered only pre-defined, transfers-based events, with Custom Webhooks, developers can understand any contract-based event, from token and marketplace activity, to comprehensive data ingestion. Custom Webhooks utilize a GraphQL interface so that web3 devs can have rich filters and only receive the precise blockchain data they need.

How Do I Use Custom Webhooks?

How Does It Work?

Alchemy leverages GraphQL's expressiveness to allow developers to self-define the type of blockchain data that they want to receive. This can include anything at the block, transaction, or log/event level. In the background, Alchemy takes each developer's GraphQL query, runs it against every new canonical block, and returns the results to developers via a webhook notification.

1440

Use Cases

  • Bot integrations - Start sending specific data streams to anywhere you spend time, whether it's a Twitter bot for activity on BAYC contracts or a Slack bot for the newest attestations from Chainlink oracles.
  • Token activity - Get all token-related activity via Custom Webhooks, including approvals, staking, mints, burns, transfers and anything else you need. No more enriching data from a bunch of fragmented sources.
  • Marketplace activity - Track marketplace activity at a granularity that's most useful for you. From protocols like UniswapV2Factory to OpenSea's Wyvern contracts, easily ingest swaps or atomic trades that represent more than one transfer event.
  • Oracle activity - Find out right away anytime there is an attestation of off-chain data like ETH or DAI prices.
  • Data ingestion - Ingest whatever data stream is useful for your business, from full block receipts to transaction activity, contract creations and more.
    If you're looking to ingest data into a DApp and want to see a real-time example, check out our sample repl project, fork it, and build on top of it!
  • Anything else - Alchemy Notify’s Custom Webhooks are truly an open canvas, giving you the tools to get any combination of data your app needs.

Don’t have an API key?

Sign up or upgrade your plan for access.

How Can I Set Up Custom Webhooks?

Setting up a Custom Webhook is as simple as defining a filter and adding a new URL to your application. If you're not familiar with the Alchemy Notify offering, note that Custom Webhooks is just one of many different Notify API types!

🚧

NOTE:

If you need to constantly add or remove new Custom Webhooks, we recommend programmatically interacting with them through an API call.

Set-up Custom Webhooks in your dashboard

For more information on setting up Custom Webhooks via the Alchemy Notify Dashboard, please refer to:
Custom Webhooks Dashboard Guide

Set-up Custom Webhooks programmatically

Our Custom GraphQL Webhook leverages many of the same CRUD surface areas of Alchemy's existing Notify suite. However, at the moment, we limit users to creating, reading, and destroying individual webhook queries as we better understand user traffic patterns. Note that users, cannot currently update an existing Custom Webhook.

To interact with Alchemy's Custom Webhook products via API, feel free to use the following endpoints:

Reliability and Guarantees

  • Custom Webhooks has built-in retry logic. As with the entire Notify suite, Custom Webhook notification deliveries are retried for non-200 response codes where the notification failed to reach your server.
    Requests are retried up to 5 times before failing. The request retry intervals are: 15 seconds, 1 minute, 10 minutes, 1 hour, & 1 day
  • Best-effort FIFO for first-time delivery- All first-time webhooks notifications, regardless of the selected chain/network and its speed, will be delivered in order to users

We would love your feedback on new GraphQL filters, new chains, and general product feedback as we build out our Custom Webhook offering! Feel free to share your thoughts at [email protected]. Happy Building 🏗️!

ReadMe