TypeScript
const response: Promise<FireblocksResponse<VaultAccount>> = fireblocks.vaults.getVaultAccount(vaultsApiGetVaultAccountRequest);
{ "id": "<string>", "name": "<string>", "assets": [ { "id": "<string>", "total": "<string>", "balance": "<string>", "available": "<string>", "pending": "<string>", "frozen": "<string>", "lockedAmount": "<string>", "staked": "<string>", "totalStakedCPU": "<string>", "totalStakedNetwork": "<string>", "selfStakedCPU": "<string>", "selfStakedNetwork": "<string>", "pendingRefundCPU": "<string>", "pendingRefundNetwork": "<string>", "blockHeight": "<string>", "blockHash": "<string>", "rewardsInfo": { "pendingRewards": "<string>" } } ], "hiddenOnUI": true, "customerRefId": "<string>", "autoFuel": true, "tags": [ { "id": "df4c0987-30da-4976-8dcf-bc2dd41ae331", "label": "VIP", "isProtected": false, "updatedAt": 1717084800000, "description": "Tag for VIP customers", "color": "#FF5733", "pendingApprovalRequest": { "id": "12345", "type": "TAG_UPDATE", "state": "PENDING" } } ] }
Documentation IndexFetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the vault account
A Vault Account object
Show child attributes
List of tags attached to the vault account