Retrieves a list of all addresses associated with a specific vault account within a vault, along with their current balances.
Unique identifier of the vault account.
Unique identifier of the vault.
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.
Unique identifier of the asset.
Filters addresses by blockchain, e.g bitcoin, tron, litecoin, solana, binance-smart-chain.
Defines how many items should be returned in the response per page basis.
Defines the id of the previous listed record id from which the current list should start from.
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.
Defines how many items should be returned in the response per page basis.
Defines the id of the previous listed record id from which the current list should start from.
Defines whether or not there are more elements available after this set.
Blockchain address.
Unique identifier of the address (address ID to start after).
Derivation index of the address within the vault account.
Balance amount for the asset on this address.
Unique identifier of the asset.
Asset symbol (e.g., BTC, ETH, USDT, TRX).
Blockchain for the address (e.g., bitcoin, ethereum, tron).
Unix timestamp (seconds) indicating when the address was created.
Human-readable label assigned to the address.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2026-03-20",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"limit": 50,
"startingAfter": "5ca21f92cf5431000105d1a7",
"hasMore": true,
"items": [
{
"address": "0xa5bd60af2ed1499ce8292bb2e6c0179dcea34f33",
"addressId": "68e4c62889a82e0ff4d8f737",
"addressIndex": "1",
"balances": [
{
"amount": "0.123",
"assetId": "68e4c62889a82e0ff4d8f737",
"assetUnit": "ETH"
}
],
"blockchain": "ethereum",
"createdTimestamp": 1759823400,
"label": "Name address"
}
]
}
}