Usage
- REST API
To create a custodial wallet via REST API, make a
POST request to:Body
The blockchain type for the custodial wallet. An
ethereum type wallet creates a custodial wallet on Base, solana on Solana mainnet.The custodian of the wallet.
The user ID of the beneficiary of the custodial wallet, provided by the licensing provider after KYC.
The entity that can authorize transactions from the custodial wallet and configure additional signers.
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.
List of policy IDs to enforce on the wallet.
Example
Response
The response will include the following fields:Unique ID of the created wallet. This will be the primary identifier when using the wallet in the future.
Address of the created wallet.
Chain type of the created wallet.
The custodian of the wallet.
The key quorum ID of the owner of the wallet. If an
owner was passed in, this field will be populated.The key quorum IDs of the additional signers for the wallet.
List of policy IDs for policies that are enforced on the wallet.
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

