Address Activity

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.

Event Filters

Craft custom conditions to receive notifications only for events meeting your specific criteria.

Filter Type:

  • AND: All specified conditions must be met for a notification to trigger.
  • OR: At least one of the specified conditions must be met for a notification to trigger.

Filters:

FieldDescriptionOperatorValue
senderAddress sending the tokens==, !=, in, not in, regexEnter specific address(es) or use patterns like "0x*" for all addresses starting with 0x
receiverAddress receiving the tokens==, !=, in, not in, regexEnter specific address(es) or use patterns
blockNumberBlock number where the transaction occurred==, >, <, >=, <=, !=Specify the exact block number or use operators for comparisons
transactionHashTransaction hash unique to the event==, !=Enter the specific transaction hash

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...) sends tokens, set up the following filters:

  • **sender:** == 0x123abc...
  • **contractAddress:** 0x... (ETH address)

This ensures you're only notified about transfers on your wallet.

Example filter on Dashboard.

Example filter on Dashboard.