Fireblocks · Schema

Fireblocks Webhook Event

Push-notification payload sent by Fireblocks when an event occurs in a workspace. Fireblocks signs every webhook with an RSA-SHA512 signature in the `Fireblocks-Signature` header — clients must verify against the workspace's public key before processing.

Properties

Name Type Description
type string Event discriminator identifying which workspace event triggered the webhook.
tenantId string Fireblocks workspace (tenant) identifier.
timestamp integer Unix epoch millis at which the event was emitted.
data object Event-specific payload. Schema depends on `type`; for transaction events this is a Fireblocks Transaction object.
View JSON Schema on GitHub

JSON Schema

fireblocks-webhook-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fireblocks/main/json-schema/fireblocks-webhook-event-schema.json",
  "title": "Fireblocks Webhook Event",
  "description": "Push-notification payload sent by Fireblocks when an event occurs in a workspace. Fireblocks signs every webhook with an RSA-SHA512 signature in the `Fireblocks-Signature` header — clients must verify against the workspace's public key before processing.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Event discriminator identifying which workspace event triggered the webhook.",
      "enum": [
        "TRANSACTION_CREATED",
        "TRANSACTION_STATUS_UPDATED",
        "TRANSACTION_APPROVAL_STATUS_UPDATED",
        "VAULT_ACCOUNT_ADDED",
        "VAULT_ACCOUNT_ASSET_ADDED",
        "INTERNAL_WALLET_ASSET_ADDED",
        "EXTERNAL_WALLET_ASSET_ADDED",
        "EXCHANGE_ACCOUNT_ADDED",
        "FIAT_ACCOUNT_ADDED",
        "NETWORK_CONNECTION_ADDED",
        "THIRD_PARTY_TRANSACTION_CONFIRMED",
        "UNFREEZE_TRANSACTION",
        "TRAVEL_RULE_NOTIFICATION",
        "EMBEDDED_WALLET_DEVICE_PAIRED",
        "EMBEDDED_WALLET_BACKUP_CREATED",
        "SMART_TRANSFER_TICKET_CREATED",
        "SMART_TRANSFER_TICKET_STATUS_UPDATED",
        "TOKEN_LINK_REQUEST",
        "WALLET_CONNECT_REQUEST"
      ]
    },
    "tenantId": { "type": "string", "description": "Fireblocks workspace (tenant) identifier." },
    "timestamp": { "type": "integer", "description": "Unix epoch millis at which the event was emitted." },
    "data": {
      "type": "object",
      "description": "Event-specific payload. Schema depends on `type`; for transaction events this is a Fireblocks Transaction object."
    }
  },
  "required": ["type", "tenantId", "timestamp", "data"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fireblocks-webhook-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.