This page covers all whitelist (or allowlist) events that can trigger webhook notifications, and their associated data objects for the Webhooks v2 service.
Whitelist event types
To receive a specific event, include its eventType in the webhook's notification object.
| Event type | Data object returned |
|---|---|
| internal_wallet.asset.added | WalletAssetWebhook |
| internal_wallet.asset.removed | WalletAssetWebhook |
| external_wallet.asset.added | WalletAssetWebhook |
| external_wallet.asset.removed | WalletAssetWebhook |
| contract_wallet.asset.added | WalletAssetWebhook |
| contract_wallet.asset.removed | WalletAssetWebhook |
Data objects
WalletAssetWebhook
| Parameter | Type | Description |
|---|---|---|
| assetId | string | The wallet's asset |
| walletId | string | The ID of the wallet |
| name | string | The name of the wallet |
| address | string | The address of the wallet |
| tag | string | Destination address tag for Ripple; destination memo for Cosmos, EOS, Luna, Luna Classic, NEM, Stellar, Hedera, & DigitalBits; destination note for Algorand; bank transfer description for fiat providers. |
| activationTime | string | The time the wallet will be activated if wallet activation is postponed, according to your workspace definition |
