Overview
Since you can't delete Vault accounts, hiding them is one way to manage your Vault. Hiding an account removes it from view within the Fireblocks Console.
Important
- Hidden accounts can receive incoming transactions. However, this does not unhide the account. These transactions will not appear on your Recent Activity panel, but you can view them in your Transaction History.
- You cannot select a hidden account in the Console as a transaction's source or destination. However, they are always available via the Fireblocks API.
- Hidden accounts are not included in your Vault's balance chart.
- Transactions using hidden accounts still appear in your Transaction History.
Hiding and unhiding Vault accounts
You can hide accounts individually or in bulk operations using the Fireblocks API. Use the following API endpoints to perform these operations:
Viewing hidden Vault accounts
Use the following API endpoints to view an account's hiddenOnUI status:
- Find a vault account by ID (for individual vault accounts)
- Get vault accounts (Paginated) (for multiple vault accounts)
Should I hide or archive my Vault accounts?
We recommend hiding accounts under the following conditions:
- You are experiencing degraded Console performance due to the number of visible accounts
- Your workspace has thousands (or millions) of accounts accessed primarily via the Fireblocks API
- You want the hidden accounts to be actively transacting but remain hidden from view in the Console
You can learn more about archiving Vault accounts here.