To see how to use raw sign for chains with Tier 2 support, see this recipe.
Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Idempotency keys ensure API requests are executed only once within a 24-hour window.
Path Parameters
ID of the wallet.
Body
application/json
Provide either hash (to sign a pre-computed hash) OR both bytes and encoding (to hash and then sign). These options are mutually exclusive.
Sign a pre-computed hash
- Option 1
- Option 2
Response
200 - application/json
Signature and encoding.

