Retrieves the asset balances for a specific address within a vault. Results can be filtered by blockchain or asset unit and are paginated.
The blockchain address to fetch asset balances for.
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.
Filter results to a single asset symbol.
Filter results to a single blockchain. If omitted, returns assets across all chains associated with the address.
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.
The amount of the asset that is temporarily reserved — for example, because it's involved in a pending transaction.
The amount of the asset that is free and can be used immediately.
The address of the smart contract that defines the token on the blockchain. Applicable only when type: TOKEN.
The technical standard the asset is built on. For tokens, this is a specific standard (e.g. ERC-20 on Ethereum, TRC-20 on Tron, SPL on Solana).
The total amount of the asset held at this address.
The unique identifier of this specific asset within Vaultody's system.
The symbol of the asset.
The blockchain this specific balance belongs to.
Current exchange rate for the asset.
Indicates whether the asset is a blockchain's native coin or a token.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2026-03-20",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"limit": 50,
"startingAfter": "5ca21f92cf5431000105d1a7",
"hasMore": true,
"items": [
{
"assetData": {
"allocatedAmount": "0",
"availableAmount": "1.145",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"standard": "ERC-20",
"totalAmount": "1.245"
},
"assetId": "6995822ce883e61317b3d6f1",
"assetUnit": "USDC",
"blockchain": "ethereum",
"exchangeRateUnit": "1",
"type": "TOKEN"
}
]
}
}