v1.0
API reference Vaultody
GET /vaults/{vaultId}/assets

List Assets by Vault

Through this endpoint customers can obtain information about available assets in one of their vaults, regardless of the blockchain protocol or network, by providing vaultId.

Path parameters

vaultId string required
Defines the unique ID of the Vault.

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
assets object[] required
assetData object required
allocatedAmount string required
Represents the allocated amount of the asset in the particular vault.
E.G. 0
availableAmount string required
Represents the available amount of the asset in the particular vault.
E.G. 986.1
contractAddress string required
Represents the token identifier.
E.G. 0x1c7d4b196cb0c7b01d743fbc6116a902379c7238
standard string required
Represents the token standard, e.g. ERC-20, TRC-20.
E.G. TRC-20
totalAmount string required
Represents the amount of the asset in the particular vault.
E.G. 986.10
assetId string required
Represents the specific asset ID
E.G. 6523e058a06ebf1322d7dd6f
assetUnit string required
The specific asset symbol, e.g BTC, ETH, BNB, TRX, USDT, USDC.
E.G. USDT
blockchain string required
Represents the blockchain of the asset in the particular vault, e.g. Bitcoin, Ethereum, Binance Smart Chain, Tron.
E.G. bitcoin
exchangeRateUnit string required
Represents the exchange rate of the asset in USD.
E.G. 77235.11
network string required
Represents the network of the asset in the particular vault, e.g. testnet, sepolia, nile.
E.G. mainnet
type string required
Represents the type of the asset - COIN/TOKEN
E.G. TOKEN

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 Mainnets access is not available for your current subscription plan, please upgrade your plan to be able to use it. 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.