Off Exchange events

This page covers all Off Exchange events that can trigger webhook notifications, and their associated data objects for the Webhooks v2 service.

Off Exchange event types

To receive a specific event, include its eventType in the webhook's notification object.

Event typeData object returned
settlement.createdsettlementDetails
collateral.status.updatedsettlementDetails

Data objects

settlementDetails

ParameterTypeDescription
collateralAccountIdstringThe collateral account ID.
settlementIdstringUnique settlement ID provided by Fireblocks.
isForceSettlementbooleanA flag or condition that indicates whether a settlement should be forcibly executed, overriding normal settlement procedures.
toExchangedata [array]All settlement transaction details are required to be sent to the exchange.
toCollateraldata [array]All settlement transaction details are required to be sent to the collateral account.

toExchange

ParameterTypeDescription
txIdstringThe transaction ID (within the main workspace).
assetIdstringThe ID of the transaction's asset, applicable to TRANSFER, MINT, BURN, or ENABLE_ASSET operations. For a list of supported assets and their corresponding IDs, please refer here.
amountstringThe actual amount requested for transfer.

toCollateral

ParameterTypeDescription
txIdstringThe transaction ID (within the main workspace).
assetIdstringThe ID of the transaction's asset, applicable to TRANSFER, MINT, BURN, or ENABLE_ASSET operations. For a list of supported assets and their corresponding IDs, please refer here.
amountstringThe actual amount requested for transfer.