Create wallet
Create a new wallet.
Authorizations
App secret authentication.
Headers
ID of your Privy app.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Body
Chain type of the wallet. 'Ethereum' supports any EVM-compatible network.
solana
, ethereum
List of policy IDs for policies that should be enforced on the wallet. Currently, only one policy is supported per wallet.
The P-256 public key of the owner of the wallet. If you provide this, do not specify an owner_id as it will be generated automatically.
The key quorum ID to set as the owner of the wallet. If you provide this, do not specify an owner.
Additional signers for the wallet.
Response
Unique ID of the wallet. This will be the primary identifier when using the wallet in the future.
Address of the wallet.
Unix timestamp of when the wallet was created in milliseconds.
Chain type of the wallet. 'Ethereum' supports any EVM-compatible network.
solana
, ethereum
List of policy IDs for policies that are enforced on the wallet.
The key quorum ID of the owner of the wallet.
Additional signers for the wallet.
The number of authorization key signatures required to approve a transaction.