> For the complete documentation index, see [llms.txt](https://hathor-federation.gitbook.io/use-hathorpay-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hathor-federation.gitbook.io/use-hathorpay-docs/functions/api-reference/getwalletversion.md).

# getWalletVersion

```
getWalletVersion(callbackFunc);
```

### Parameters

callbackFunc: callback functions for getting wallet version

### Returns in callback function

```
{
    status: true,
    version: '0.2.2'        // current hathorpay version
}
```

or

```
{
    status: false
}
```
