Wallets

Switch wallet signing provider

Ensures the target provider is active and sets it as the default signing provider for the requested scope. Existing on-chain authorities are not rotated.

post/v1/wallets/switch

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR

Response

Wallet signing provider switched

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"
}

Changes