Fireblocks · Schema

Fireblocks Vault Account

A Fireblocks Vault account groups one or more asset wallets under a single organizational unit (e.g. desk, customer, fund). Vaults are the root container for keys, balances, and transactions inside a Fireblocks workspace.

Properties

Name Type Description
id string The unique Fireblocks-assigned identifier of the vault account.
name string Human-readable name of the vault account.
hiddenOnUI boolean If true, the vault is hidden from the Fireblocks Console UI but remains accessible via API.
customerRefId string Optional customer-defined reference identifier (e.g. internal customer ID) attached to the vault.
autoFuel boolean If true, Fireblocks will auto-fuel gas for transactions originating from this vault using the configured Gas Station.
assets array List of asset wallets held inside the vault.
View JSON Schema on GitHub

JSON Schema

fireblocks-vault-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fireblocks/main/json-schema/fireblocks-vault-account-schema.json",
  "title": "Fireblocks Vault Account",
  "description": "A Fireblocks Vault account groups one or more asset wallets under a single organizational unit (e.g. desk, customer, fund). Vaults are the root container for keys, balances, and transactions inside a Fireblocks workspace.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique Fireblocks-assigned identifier of the vault account."
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the vault account."
    },
    "hiddenOnUI": {
      "type": "boolean",
      "description": "If true, the vault is hidden from the Fireblocks Console UI but remains accessible via API."
    },
    "customerRefId": {
      "type": "string",
      "description": "Optional customer-defined reference identifier (e.g. internal customer ID) attached to the vault."
    },
    "autoFuel": {
      "type": "boolean",
      "description": "If true, Fireblocks will auto-fuel gas for transactions originating from this vault using the configured Gas Station."
    },
    "assets": {
      "type": "array",
      "description": "List of asset wallets held inside the vault.",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string", "description": "Fireblocks asset identifier (e.g. BTC, ETH, USDC)." },
          "total": { "type": "string", "description": "Total balance of the asset held in the vault." },
          "balance": { "type": "string", "description": "Available (spendable) balance of the asset." },
          "lockedAmount": { "type": "string", "description": "Amount currently locked by pending transactions." },
          "available": { "type": "string", "description": "Amount available to spend after subtracting locked and pending amounts." },
          "pending": { "type": "string", "description": "Amount pending confirmation from the network." },
          "frozen": { "type": "string", "description": "Amount frozen by AML / compliance screening." },
          "staked": { "type": "string", "description": "Amount currently staked via the Fireblocks Staking API." },
          "blockHeight": { "type": "string", "description": "Block height at which the balance was last updated." },
          "blockHash": { "type": "string", "description": "Block hash at which the balance was last updated." }
        }
      }
    }
  },
  "required": ["id", "name"]
}

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-vault-account"
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.