Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt

Use this file to discover all available pages before exploring further.

The wallet.activity event tracks all confirmed transaction activity for user WaaS (embedded) wallets. This enables you to monitor blockchain transactions across chains in real-time without polling or indexing.

Supported networks

EVM networks

NetworkMainnetTestnet
EthereumSepolia
PolygonAmoy
OptimismSepolia
BaseSepolia
ArbitrumSepolia
BNB ChainTestnet
AvalancheTestnet

SVM networks

NetworkMainnetTestnet
SolanaDevnet

How it works

When a confirmed transaction involves a user’s WaaS (embedded) wallet, Dynamic sends a wallet.activity webhook event to your configured endpoint. This includes both incoming and outgoing transactions.

Use cases

  • Notify users when they receive funds
  • Track transaction history for compliance or analytics
  • Trigger downstream workflows based on on-chain activity
  • Build real-time activity feeds in your application

Getting started

To receive on-chain events:
  1. Set up a webhook endpoint
  2. Subscribe to the wallet.activity event type
  3. Process incoming events in your webhook handler
See the wallet.activity event reference for the full event payload structure.