Off Exchange Webhooks v2

Settlement Created

A notification is sent when a new settlement is initiated in the workspace.

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).
dataobjectObject containing data associated with the event.
createdAttimestampTime at which the object was created and measured in seconds since the Unix epoch.
workspaceIdUUIDThe workspace ID

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.