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.
requestId
string
required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
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.
data
object
required
item
object
required
addressesCount
string
required
The total number of addresses associated with this Vault Account.
balances
object[]
required
assetId
string
required
The specific id of the assets.
assetName
string
required
Full name of the asset (e.g., Ethereum, Base, Optimism, Tron, Bitcoin, Dogecoin,).
assetUnit
string
required
The commonly used symbol for the asset (e.g., ETH, BTC, TRX, BNB).
blockchain
string
required
The blockchain network where this asset resides (e.g., ethereum, bitcoin, optimism, tron, binance-smart-chain).
exchangeRateUnit
string
required
The pricing unit used when calculating exchange rates.
latestExchangeRateToUSD
string
required
The latest exchange rate of the asset to USD.
totalAmount
string
required
The total amount of this asset held in the Vault Account.
createdAt
integer
required
The UNIX timestamp indicating when the Vault Account was first created.
index
string
required
The sequential index of this Vault Account within its parent Vault.
isFavorityInDashboard
boolean
required
Indicates whether the Vault Account has been marked as a "favorite" in the dashboard.
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.
vaultAccountId
string
required
The unique id of the Vault Account.
vaultAccountName
string
required
The name of the Vault Account.
vaultId
string
required
The id of the Vault to which this Vault Account belongs.