Internal, External & Contract Wallet Webhooks

This page describes all events relating to internal, external, and contract whitelisted wallets that produce webhook notifications, and their associated data objects.

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

Internal Wallet Asset Added

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

Webhook data

ParameterTypeDescription
typestringINTERNAL_WALLET_ASSET_ADDED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataWalletAssetWebhookInternal wallet details

Internal Wallet Asset Removed

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

Webhook data

ParameterTypeDescription
typestringINTERNAL_WALLET_ASSET_REMOVED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataWalletAssetWebhookInternal wallet details

External Wallet Asset Added

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

Webhook data

ParameterTypeDescription
typestringEXTERNAL_WALLET_ASSET_ADDED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataWalletAssetWebhookExternal wallet details

External Wallet Asset Removed

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

Webhook data

ParameterTypeDescription
typestringEXTERNAL_WALLET_ASSET_REMOVED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataWalletAssetWebhookExternal wallet details

Contract Wallet Asset Added

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

Webhook data

ParameterTypeDescription
typestringCONTRACT_WALLET_ASSET_ADDED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataWalletAssetWebhookContract wallet details

Contract Wallet Asset Removed

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

Webhook data

ParameterTypeDescription
typestringCONTRACT_WALLET_ASSET_REMOVED
tenantIdstringUnique ID of your Fireblocks workspace
timestampnumberTimestamp in milliseconds
dataWalletAssetWebhookContract wallet details

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