-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Archive Vault / Wallet *via* API #169
Comments
Hi @cyrilchapon ! Hiding the vaults from the UI is available via the hiddenOnUI property. https://developers.fireblocks.com/reference/post_vault-accounts-vaultaccountid-hide |
From my tests, the "hidden" state is different from the archived one |
that is correct - we have 2 different things .. hiding , and archiving. You can see the comparison table of these two here - https://support.fireblocks.io/hc/en-us - and basically, if you plan on having more than 50 vault accounts, hiding is probably the better approach, which is why we focused on the hiding experience in our APIs. I would love to hear if you have more questions or benefits for the archiving approach over the hiding approach, that may work better with our APIs, and we can revisit this. |
@tomerrrrrr ok thanks.
Well they're basically 2 separates use-case IMHO. The "hiding" approach is essentially here not-to-mess-the-ui with many-wallets applications (and I think we will need this eventually); while the "archiving" approach is sort of a "soft-delete" mecanism. In other words :
|
That is correct. |
OFC, my pleasure |
In a context where we abstract the wallet creation behind a REST API of our own; we have a use case where we probably should archive the vault account + wallet linked to a user.
I discovered it can be done via the console; but not via API.
Any plans to support it ?
The text was updated successfully, but these errors were encountered: