LinkWalletToUser

This endpoint is used only when migrating from the old/deprecated wallet management to the new user management. Click [here](https:\//docs.venly.io/docs/user-management) to read more about user manage

public static VyTask<VyWalletDto> LinkWalletToUser(string id, VyLinkWalletToUserDto reqParams, VyUserAuth signingMethod)

Parameters

id

string

This is the wallet `ID`

reqParams

Request data for the operation

signingMethod

This operation requires a valid Signing-Method from the corresponding user

Returns

VyTask<VyWalletDto> Wallet linked to user successfully.

Last updated