This page covers all wallet events that can trigger webhook notifications, and their associated data objects for the Webhooks v2 service.
Wallet event types
To receive a specific event, include its eventType in the webhook's notification object.
| Event type | Data object returned |
|---|---|
| vault_account.created | VaultAccount |
| vault_account.asset.added | VaultAsset |
| vault_account.asset.balance_updated | VaultAccountBalanceUpdate |
| vault_account.nft.balance_updated | BalanceObject |
