Mined Transaction Webhook
Get real-time updates when transactions sent by your app get mined
Creation of Mined and Dropped Transaction webhooks has indefinitely been disabled for maintenance purposes. We recommend leveraging Address Activity webhooks to understand when a user’s transactions have been mined! Please reach out on discord if you have any questions or require access!
Check the Chains page for details about product and chain support!
Introduction
The Mined Transaction webhook notifies your app when a transaction sent through your app (using your API key) gets mined. This is useful for you to further notify the users of your app about the status of the transaction. The Mined Transaction webhook is available on all the networks in Alchemy.
Example Response
When a transaction sent through your app gets mined, you receive a response from the webhook that looks like this:
Field Definitions for v2
Below you can find descriptions for each field of the v2
response.
Field Definitions for v1
How to find the app_id
- First, create a Dropped Transaction webhook in your dashboard.
- Next, use the Get all webhooks endpoint.
- Extract the
app_id
from the created Dropped Transaction in step 1.
How to Set-Up Mined Transaction Webhook
- Navigate to your Alchemy Dashboard and click the Notify tab.
- Click the CREATE WEBHOOK button on the “Mined Transaction Notifications” webhook.
- Select your App name in the dropdown to add the webhook notifications.
- Paste your unique webhook URL in the WEBHOOK URL field. This is the link to receive the requests.
- Test your webhook by clicking the TEST WEBHOOK button.
- After the test is successful, click CREATE WEBHOOK. Your webhook appears in the list.
- Check your endpoint to see the responses. To add/remove addresses from already existing webhooks check out update webhook addresses endpoint.