bytes to hash with a specific encoding and a hash_function, and get the same response.
For examples of how to use raw sign for a specific chain, see the Tier 1 integration
guide.
For Tron transactions, use the structured
tron_signTransaction or
tron_sendTransaction methods. Use raw signing
only when your client-side or low-level flow requires it.Sign a raw hash or A successful response will look like:Alternatively, you can provide bytes to hash with a specific encoding and hash function, and gets a similar response.
bytes (with encoding and hash_function) along the blockchain’s cryptographic curve using the wallet’s private key. Make a POST request toUsage
Authorization
string
required
App secret authentication.
Headers
string
required
ID of your Privy app.
string
Request authorization signature. If multiple signatures are required, they should be comma
separated.
Path
string
required
ID of the wallet.
Body
object
required
Response
object
required
object

