[#wallet-GetAddressBalances] = xref:wallet.adoc[wallet]::GetAddressBalances :relfileprefix: ../ :mrdocs: Returns the confirmed balance held at each of the wallet's addresses. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<CTxDestination, CAmount> GetAddressBalances(xref:wallet/CWallet.adoc[CWallet] const& wallet); ---- == Return Value A map from address to its balance. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet to evaluate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#