Settlement Created
A notification is sent when a new settlement is initiated in the workspace.| Parameter | Type | Description |
|---|---|---|
| type | string | SETTLEMENT_CREATED |
| tenantId | string | Unique ID of your Fireblocks workspace. |
| timestamp | number | Timestamp in milliseconds. |
| data | settlementDetails | Settlement details. |
settlementDetails
| Parameter | Type | Description |
|---|---|---|
| collateralAccountId | string | The collateral account ID. |
| settlementId | string | Unique settlement ID provided by Fireblocks. |
| isForceSettlement | boolean | A flag or condition that indicates whether a settlement should be forcibly executed, overriding normal settlement procedures. |
| exchangeAccountId | string | The ID of the exchange account. |
| toExchange | data [array] | All settlement transaction details are required to be sent to the exchange. |
| toCollateral | data [array] | All settlement transaction details are required to be sent to the collateral account. |
toExchange
| Parameter | Type | Description |
|---|---|---|
| txId | string | The transaction ID (within the main workspace). |
| assetId | string | The 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. |
| amount | string | The actual amount requested for transfer. |
toCollateral
| Parameter | Type | Description |
|---|---|---|
| txId | string | The transaction ID (within the main workspace). |
| assetId | string | The 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 . |
| amount | string | The actual amount requested for transfer. |