v1
latestOpenAPI 3.0.02026-07-2442242189.1 KBBalances
QueryWalletBalances
Retrieve a list of all asset balances in a wallet. Can be used also to retrieve assets across all wallets as per AIP-159 by using '-' (the hyphen or dash character) as a wildcard character instead of wallet ID in the parent.
post/v2/vaults/{vault_id}/wallets/{wallet_id}:queryBalances
Path parameters
vault_idstring required
wallet_idstring required
Request body
Response
A successful response.
Example response
{
"walletBalances": [
{
"asset": "assets/native.ethereum-mainnet",
"wallet": "vaults/1b25635a5b3f/wallets/203809def2",
"value": "1.3",
"rawValue": "13000000",
"frozenValue": "0.3"
}
]
}