> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/wallet/importwallet.md).

# importWallet

### Description

This endpoint is used to import a wallet. Read more about [how to import a wallet](https://docs.venly.io/docs/import-a-wallet).

{% code overflow="wrap" %}

```javascript
public importWallet(reqParams: VyWalletImportRequestBase, signingMethod: VyUserAuth) : VyPromise<VyWalletDto>
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| reqParams     | [VyWalletImportRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vywalletimportrequestbase.md) | Request data for the operation                                             |
| ------------- | ---------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| signingMethod | VyUserAuth                                                                                                 | This operation requires a valid Signing-Method from the corresponding user |

**Returns**

VyPromise<[VyWalletDto](/sdk-reference/ts-js-v3/object-references/wallet/vywalletdto.md)>\
Wallet imported successfully.
{% endtab %}
{% endtabs %}
