Update wallet
Update a wallet’s policies or authorization key configuration.
Authorizations
App secret authentication
Headers
ID of your Privy app
Request authorization signature. If multiple signatures are required, they should be comma separated.
Path Parameters
ID of the wallet.
Body
New policy IDs to enforce on the wallet. Currently, only one policy is supported per wallet.
New authorization key IDs to authorize actions on the wallet.
New authorization key threshold if a quorum of authorization keys is needed to authorize wallet actions.
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 owner of the wallet.
Additional signers for the wallet.
The number of authorization key signatures required to approve a transaction.
Was this page helpful?