Wallet Webhooks

This page describes all events relating to wallet 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.

Vault Account Added

Notification is sent when a vault account is created.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)vault_account.created.
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataVaultAccountObject containing data associated with the event.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

Vault Account Asset Added

Notification is sent when any asset is added to a vault account.

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

Vault Asset Balance Updated

Notification is sent when a vault account's asset balance is updated.

FieldTypeDescription
idUUIDUnique identifier of the object.
eventTypestring (enum)vault_account.asset.balance_updated
eventVersionintegerThe version of the specific event.
resourceId (optional)UUIDOptional ID of the entity that triggered the event (i.e., txId).
dataVaultAssetBalanceUpdateObject containing data associated with the event.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID