latestOpenAPI 3.0.32026-08-20146131.7 MB

672b1916ba61

Wallets

Initialize wallet signing

Initializes wallet signing for the organization or project by creating an active signing configuration.

post/v1/wallets/initialize

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR

Response

Wallet signing initialized

configIdstring required

Created wallet signing config ID.

publicKeystring required

Public key of the provisioned root wallet.

walletIdstring required

Provider wallet ID of the provisioned root wallet.

Example response

{
  "configId": "cfg_example",
  "publicKey": "So11111111111111111111111111111111111111112",
  "walletId": "privy_wallet_123"
}