> 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/c-sdk-v3/function-references/wallet/wallet/importwallet/importwallet_migration_3.md).

# ImportWallet\_Migration

### 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" %}

```csharp
public static VyTask<VyWalletDto> ImportWallet_Migration(VyWalletMigrationImportDto reqParams, VyUserAuth signingMethod)
```

{% endcode %}

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

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

**Returns**

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