Vault Webhooks

This page describes all events relating to vault accounts that produce webhook notifications, and their associated data objects.

The type parameter is automatically set to the description name for the data objects below.

Vault Account Added

Notification is sent when a vault account is created.

Webhook data

ParameterTypeDescription
typestringVAULT_ACCOUNT_ADDED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataVaultAccountVault Account details

Vault Account Asset Added

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

Webhook data

ParameterTypeDescription
typestringVAULT_ACCOUNT_ASSET_ADDED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataAssetAddedDataVault account and asset details

AssetAddedData

ParameterTypeDescription
accountIdstringThe ID of the vault account under which the wallet was added
accountNamestringThe name of the vault account under which the wallet was added
assetIdstringWallet's asset

Vault Asset Balance Updated

🚧

In Early Access

This webhook is currently part of an early access program. If you're interested in participating in the program, please contact your Customer Success Manager (requires a Help Center login).

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

ParameterTypeDescription
typestringVAULT_BALANCE_UPDATE
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataVaultAssetBalanceUpdateVault account details

Vault Account Added Bulk

Several vault accounts were added to the workspace as a single bulk job.


Vault Wallet Ready Bulk

Asset wallets were added to all specified vault accounts as a bulk job.