latestOpenAPI 3.0.32026-08-20146131.7 MB
672b1916ba61
Wallets
Create wallet
Provisions a new wallet for the effective custody target, a provider-only resolved target, or an exact Custody Connection selected by connectionId.
post/v1/wallets
Request body
Example request
{
"provider": "privy",
"label": "Mint authority wallet",
"purpose": "mint_authority",
"setDefault": true
}Response
Wallet created
Example response
{
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}