The table below shows the structure of every webhook notification generated by the Fireblocks webhook service.Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
| id | UUID | Unique identifier of the object. |
| resourceId | string | Optional: the ID of the entity that triggered the event (e.g., txId). |
| webhookId | UUID | The ID of the client-side endpoint. |
| workspaceId | UUID | The ID of the workspace that generated the webhook notification. |
| eventType | string (enum) | The type of event that triggered the webhook notification. |
| createdAt | timestamp | Time at which the object was created, measured in milliseconds since the Unix epoch. |
| data | object | The object containing the data associated with the event. |