You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creation of Dropped and Mined Transaction webhooks has indefinitely been disabled for maintenance purposes. Please reach out on [discord](https://discord.com/invite/alchemyplatform) if you have any questions or require access!
9
+
Creation of Dropped and Mined Transaction webhooks has indefinitely been
10
+
disabled for maintenance purposes. Please reach out on
11
+
[discord](https://discord.com/invite/alchemyplatform) if you have any
12
+
questions or require access!
11
13
</Warning>
12
14
13
15
<Info>
14
16
Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support!
@@ -120,9 +124,16 @@ Below you can find descriptions for each field of the `v2` response.
120
124
|`network`| Network for the event, can be Ethereum only :`MAINNET` or `GOERLI`|`MAINNET`|
121
125
|`webhookType`| Type of webhook event, can be `"MINED_TRANSACTION"`, `"DROPPED_TRANSACTION"`, `"ADDRESS_ACTIVITY"` or `"NFT_ACTIVITY"`|`DROPPED_TRANSACTION`|
122
126
|`timestamp`| Timestamp that the webhook event was created (might be different from the block timestamp that the event was in) |`2020-06-08T22:12:57.126Z`|
123
-
|`fullTransaction`| Dropped transaction object(same output as calling [eth\_getTransactionByHash](/reference/eth-gettransactionbyhash)) |`OBJECT`|
127
+
|`fullTransaction`| Dropped transaction object(same output as calling [eth_getTransactionByHash](/reference/eth-gettransactionbyhash)) |`OBJECT`|
128
+
129
+
<Info>
130
+
### How to find the `app_id`
124
131
125
-
<Info />
132
+
1. First, create a Dropped Transaction webhook in your dashboard.
Creation of Mined and Dropped Transaction webhooks has indefinitely been disabled for maintenance purposes. We recommend leveraging [Address Activity webhooks](/reference/address-activity-webhook) to understand when a user’s transactions have been mined! Please reach out on [discord](https://discord.com/invite/alchemyplatform) if you have any questions or require access!
9
+
Creation of Mined and Dropped Transaction webhooks has indefinitely been
10
+
disabled for maintenance purposes. We recommend leveraging [Address Activity
11
+
webhooks](/reference/address-activity-webhook) to understand when a user’s
12
+
transactions have been mined! Please reach out on
13
+
[discord](https://discord.com/invite/alchemyplatform) if you have any
14
+
questions or require access!
11
15
</Warning>
12
16
13
17
<Info>
14
18
Check the [Chains](https://dashboard.alchemy.com/chains) page for details about product and chain support!
@@ -123,9 +129,16 @@ Below you can find descriptions for each field of the `v2` response.
123
129
|`network`| Network for the event, can be Ethereum only :`MAINNET` or `GOERLI`|`MAINNET`|
124
130
|`webhookType`| Type of webhook event, can be `"MINED_TRANSACTION"`, `"DROPPED_TRANSACTION"`, `"ADDRESS_ACTIVITY"` or `"NFT_ACTIVITY"`|`MINED_TRANSACTION`|
125
131
|`timestamp`| Timestamp that the webhook event was created (might be different from the block timestamp that the event was in) |`2020-07-29T00:29:18.414Z`|
126
-
|`fullTransaction`| Mined transaction object(same output as calling [eth\_getTransactionByHash](/reference/eth-gettransactionbyhash)) |`OBJECT`|
132
+
|`fullTransaction`| Mined transaction object(same output as calling [eth_getTransactionByHash](/reference/eth-gettransactionbyhash)) |`OBJECT`|
133
+
134
+
<Info>
135
+
**How to find the `app_id`**
127
136
128
-
<Info />
137
+
1. First, create a Dropped Transaction webhook in your dashboard.
0 commit comments