Skip to main content
Updates of value and token transfers for the addresses that you track. The Address Activity webhook tracks movement related to specific addresses. It triggers real-time notifications whenever an address sends or receives transactions, providing invaluable insights into token activity and portfolio changes. Address Activity is a custom webhook type offering great flexibility.

Webhook Configuration Fields

Transaction Filter Fields

Value:
  • Enter specific values, comma-separated lists for “in” and “not in” operators, or regular expressions for regex matching.
Example: To receive notifications only when your wallet address (0x123abc…) receives tokens from a sender (0x987cdf…), add your wallet address to the addresses and set up the following filter:
  • sender == 0x987cdf...
This ensures you’re only notified about transfers on your wallet with a specific sender (0x987cdf…).