[#wallet-CWallet-GetBirthTime] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetBirthTime :relfileprefix: ../../ :mrdocs: Returns the time of the first created key or, in case of an import, it could be the time of the first received transaction == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t GetBirthTime() const; ---- == Return Value The wallet birth time in seconds since the epoch. [.small]#Created with https://www.mrdocs.com[MrDocs]#