v1.0
API reference Vaultody
GET /vaults/{vaultId}/vault-accounts/{vaultAccountId}/details

Get Vault Account by ID

Retrieve detailed information about a specific Vault Account.

Path parameters

vaultAccountId string required
The unique id of the Vault Account.
vaultId string required
The ID of the vault for which a Vault Account is created.

Query parameters

context string
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.

Response

Returns 200 the request has been successful.

apiVersion string required
Specifies the version of the API that incorporates this endpoint.
E.G. 2026-03-20
requestId string required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
E.G. 601c1710034ed6d407996b30
context string
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.
E.G. yourExampleString
data object required
item object required
addressesCount string required
The total number of addresses associated with this Vault Account.
E.G. 12
balances object[] required
assetId string required
The specific id of the assets.
E.G. 6913471c6b2794841dc8fb7e
assetName string required
Full name of the asset (e.g., Ethereum, Base, Optimism, Tron, Bitcoin, Dogecoin,).
E.G. Ethereum
assetUnit string required
The commonly used symbol for the asset (e.g., ETH, BTC, TRX, BNB).
E.G. ETH
blockchain string required
The blockchain network where this asset resides (e.g., ethereum, bitcoin, optimism, tron, binance-smart-chain).
E.G. ethereum
exchangeRateUnit string required
The pricing unit used when calculating exchange rates.
E.G. USD
latestExchangeRateToUSD string required
The latest exchange rate of the asset to USD.
E.G. 2822.59
totalAmount string required
The total amount of this asset held in the Vault Account.
E.G. 0.123
createdAt integer required
The UNIX timestamp indicating when the Vault Account was first created.
E.G. 1760088530
index string required
The sequential index of this Vault Account within its parent Vault.
E.G. 1
isFavorityInDashboard boolean required
Indicates whether the Vault Account has been marked as a "favorite" in the dashboard.
E.G. 1
isHiddenInDashboard boolean required
Specifies whether this Vault Account is hidden from the main dashboard view.
vaultAccountColour string required
A HEX color value used to uniquely visually style this Vault Account in dashboards.
E.G. #00A3BF
vaultAccountId string required
The unique id of the Vault Account.
E.G. 69382b15411179000710d73e
vaultAccountName string required
The name of the Vault Account.
E.G. Vault Account Name
vaultId string required
The id of the Vault to which this Vault Account belongs.
E.G. 68dfae9739a4b80007c4f706

Errors

400 The pagination attributes that have been used are invalid. Please check the Documentation to see details on pagination. application/json
401 The provided API key is invalid. Please, generate a new one from your Dashboard. application/json
403 The user is not authorized to access the vault accounts. application/json
404 The specified resource has not been found. application/json
409 The data provided seems to be invalid. application/json
415 The selected Media Type is unavailable. The Content-Type header should be 'application/json'. application/json
422 Your request body for POST requests must have a structure of { data: { item: [...properties] } } application/json
429 The request limit has been reached. There can be maximum {requests} requests per {seconds} second(s) made. Please contact our team via email if you need more or upgrade your plan. application/json
500 An unexpected server error has occurred, we are working to fix this. Please try again later and in case it occurs again please report it to our team via email. application/json

No matches.