# getPath

_Returns the BIP32 derivation path of the wallet._

## Type

```ts
;() => string
```

### Return Value

Path string (for example `m/44'/1'/0'`), as configured in the [constructor](./constructor.md).

### Syntax

```js
computer.getPath()
```
