NCW Device Message
Notification is sent when there is a new message that should be handled by the signing device.
Parameter | Type | Description |
---|---|---|
type | string | NCW_DEVICE_MESSAGE |
tenantId | string | Unique ID of your Fireblocks' workspace |
walletId | string | NCW unique identifier |
deviceId | string | A logical identifier that represents an entity that stores a user key share |
physicalDeviceId | string | A logical identifier that represent a single device (mobile or web) |
message | json | The payload of the message |
Transaction Created
Notification is sent when any new transaction is identified in the workspace.
Parameter | Type | Description |
---|---|---|
type | string | TRANSACTION_CREATED |
tenantId | string | Unique ID of your Fireblocks' workspace |
timestamp | number | Timestamp in milliseconds |
data | TransactionDetails | All the transaction information |
Transaction Status Updated
Notification is sent when there is any change in a transaction's status or when the number of confirmations is updated.
Parameter | Type | Description |
---|---|---|
type | string | TRANSACTION_STATUS_UPDATED |
tenantId | string | Unique id of your Fireblocks' workspace |
timestamp | number | Timestamp in milliseconds |
data | TransactionDetails | All the transaction information |