Whitelist Webhooks

This page describes all events relating to whitelist webhooks that produce webhook notifications, and their associated data objects for webhooks v2.

📘

Note:

Both webhooks v1 and v2 still working as expected but we are highly recommend you to use webhooks v2. Please refer to the each table to see the details of object structure.

Internal Wallet Asset Added

Notification is sent when any asset is added to an internal wallet.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)internal_wallet.asset.added
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataWalletAssetWebhookInternal Wallet details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

Internal Wallet Asset Removed

Notification is sent when any asset is removed from an internal wallet.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)internal_wallet.asset.removed
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataWalletAssetWebhookInternal Wallet details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

External Wallet Asset Added

Notification is sent when any asset is added to an external wallet.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)external_wallet.asset.added
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataWalletAssetWebhookExternal Wallet details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

External Wallet Asset Removed

Notification is sent when any asset is removed from an external wallet.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)external_wallet.asset.removed
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataWalletAssetWebhookExternal Wallet details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

Contract Wallet Asset Added

Notification is sent when any asset is added to a contract wallet.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)contract_wallet.asset.removed
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataWalletAssetWebhookContract Wallet details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID.

Contract Wallet Asset Removed

Notification is sent when any asset is removed from a contract wallet.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)contract_wallet.asset.removed
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataWalletAssetWebhookContract Wallet details.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

WalletAssetWebhook

ParameterTypeDescription
assetIdstringThe wallet's asset
walletIdstringThe ID of the wallet
namestringThe name of the wallet
addressstringThe address of the wallet
tagstringDestination 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.
activationTimestringThe time the wallet will be activated if wallet activation is postponed according to your workspace definition