[deprecated] Delegate Wallet
Last updated
Last updated
POST /wallets/:walletId/delegate
Delegate Wallet is deprecated. Please use instead.
In most cases, when you want to implement , simply have the end-user create the wallet, in which case it will the non-custodial from the start. There are some rare cases, however, where the wallet must be created before the user has accessed the system. To accommodate this, we've added the ability to create a wallet from a service account, and then later delegate it (ie. transfer ownership of it) to an end user via this endpoint.
Keys:Delegate
Always Required
walletId
Unique identifier of the wallet.
userId
The ID of the end user to delegate the wallet to.
String
The response indicates the status of the operation.