diamond-exclamation[deprecated] Delegate Wallet

POST /wallets/:walletId/delegate

triangle-exclamation

In most cases, when you want to implement Delegated Signing, 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.

circle-info

Required Permissions

Name
Conditions

Keys:Delegate

Always Required

Parameters

Path parameters

Path parameter
Description

walletId

Unique identifier of the wallet.

Request Body

Field
Description
Type

userId

The ID of the end user to delegate the wallet to.

String

Example

Response Body

The response indicates the status of the operation.

200 Success

Last updated