Skip to main content
Privy enables you to create custodial wallets that are managed through licensed custody partners. Custodial wallets provide institutional-grade custody controls while maintaining the same programmability and policy enforcement as standard embedded wallets.

Usage

To create a custodial wallet via REST API, make a POST request to:

Body

'ethereum' | 'solana'
required
The blockchain type for the custodial wallet. An ethereum type wallet creates a custodial wallet on Base, solana on Solana mainnet.
'bridge'
required
The custodian of the wallet.
string
required
The user ID of the beneficiary of the custodial wallet, provided by the licensing provider after KYC.
{user_id: string} | {public_key: string}
The entity that can authorize transactions from the custodial wallet and configure additional signers.
{signer_id: string, override_policy_ids: string[]}[]
Additional signers for the custodial wallet. Each signer can have a list of policy IDs that override the base policy IDs set on the wallet.
string[]
List of policy IDs to enforce on the wallet.

Example

Response

The response will include the following fields:
string
Unique ID of the created wallet. This will be the primary identifier when using the wallet in the future.
string
Address of the created wallet.
'ethereum' | 'solana'
Chain type of the created wallet.
string
The custodian of the wallet.
string
The key quorum ID of the owner of the wallet. If an owner was passed in, this field will be populated.
string[]
The key quorum IDs of the additional signers for the wallet.
string[]
List of policy IDs for policies that are enforced on the wallet.
number
The creation date of the wallet, in milliseconds since midnight, January 1, 1970 UTC.

Next steps

Now that you have created a custodial wallet, you can send funds from a custodial wallet.

Send funds

Execute transactions and send funds from custodial wallets

Transaction lifecycle

Learn about the transaction lifecycle for custodial wallets

Authorization controls

Configure policies and additional security measures for custodial wallets