Skip to main content
To take actions with owners or signers, such as sending a transaction from a wallet, simply sign the request with your owner’s or signer’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.
  • NodeJS
  • NodeJS (server-auth)
  • Java
  • REST API
The NodeJS SDK accepts authorization keys via AuthorizationContext at the method level. Look at this guide to learn about setting up the authorization context.The Privy client will now automatically sign requests when an AuthorizationContext is provided as a method param. You can simply use the Privy client’s methods and requests will be automatically signed.