To take actions with owners, such as sending a transaction from a wallet, simply sign the request with your owner’s private key and pass it in the privy-authorization-signature header of your request.

Follow the guides below to take actions with owners depending on your desired integration.

First, load the private key of your user key or authorization key into the Privy client per this guide.

The Privy client will now automatically sign requests with the provided private key and pass it in the privy-authorization-signature header of the request. You can simply use the Privy client’s methods and requests will be automatically signed.