Skip to main content

🎥 Get Webhooks for Wallet Transactions via the QuickAlerts UI

Updated on
Dec 27, 2024

1 min read


Upgrade Your Data Streaming

Streams is our next-generation blockchain data product, offering robust filtering, access to real-time and historical data, reorg handling, and expanded destination options.

Try Streams today. Start with our step-by-step guides or dive deeper into the documentation for more information.

In this video, we briefly explain what QuickAlerts is and walk you through the process of setting up a QuickAlert through the QuickNode dashboard.
Subscribe to our YouTube channel for more videos!

The following code example includes the QuickAlerts expression for tracking transactions to or from an address, as seen in the video. In your deployment, replace the address with one you would like to track.

Expression
1
tx_to == '0x21a31ee1afc51d94c2efccaa2092ad1028285549'
2
||
3
tx_from == '0x21a31ee1afc51d94c2efccaa2092ad1028285549'

We ❤️ Feedback!

Let us know if you have any feedback or requests for new topics. We'd love to hear from you.

Share this guide