This endpoint creates a new Vault Account within a specified Vault. Each new Vault Account is created with a unique identifier and customizable display settings, such as name, color, and dashboard visibility.
The ID of the vault for which a Vault Account will be created.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.
Color code used to visually identify the Vault Account, it should be a valid hex.
Indicates whether the vault account should be hidden from the dashboard.
The name of the Vault Account being created.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId is generated by Vaultody and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the user.
The total number of addresses associated with this Vault Account.
The ID of the asset.
Asset name - bitcoin, binance-smart-chain, tron, solana.
The symbol of the asset.
The blockchain of the asset.
The pricing unit used when calculating exchange rates.
The most recent exchange rate of the currency relative to USD.
The total amount of this asset held in the Vault Account.
Unix timestamp indicating when the Vault Account was created.
Internal sequential index of the Vault Account within the vault.
Indicates whether the vault account should be hidden from the dashboard.
The assigned color of the Vault Account.
Unique ID of the newly created Vault Account.
The name of the Vault Account.
The ID of the vault for which a Vault Account is created.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"context": "yourExampleString",
"data": {
"item": {
"color": "#00C7E6",
"isHiddenInDashboard": false,
"name": "Vault Account Name"
}
}
}
{
"apiVersion": "2026-03-20",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"addressesCount": "12",
"balances": [
{
"assetId": "691c92a08e6be3c9d32d2c8a",
"assetName": "Ethereum",
"assetUnit": "ETH",
"blockchain": "ethereum",
"exchangeRateUnit": "USD",
"latestExchangeRateToUSD": "2822.59",
"totalAmount": "0.123"
}
],
"createdAt": 1760621154,
"index": "1",
"isHiddenInDashboard": false,
"vaultAccountColour": "#5243AA",
"vaultAccountId": "692d72c58cb7dd000704981a",
"vaultAccountName": "Vault Account Name",
"vaultId": "66d866bd469e1d00079d91d5"
}
}
}