[#wallet-CWallet-GetAddressReceiveRequests] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetAddressReceiveRequests :relfileprefix: ../../ :mrdocs: Return the identifiers of all stored receive requests. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e5997e8), requires_capability(0x7f2e11aaa5a8), requires_capability(0x7f2e16a00398), requires_capability(0x7f2e15f2f838), requires_capability(0x7f2e12c6e4c8)]] std::vector<std::string> GetAddressReceiveRequests() const; ---- == Return Value The receive request identifiers. [.small]#Created with https://www.mrdocs.com[MrDocs]#