Ethereum
eth_sign7702Authorization
Signs an EIP-7702 authorization struct using the wallet’s private key.
POST
SDK methods
Learn more about signing EIP-7702 authorizations using our SDKs here.Headers
string
required
ID of your Privy app.
string
Request authorization signature. If multiple signatures are required, they should be comma
separated.
string
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the
request must be processed.
Path Parameters
string
required
ID of the wallet to get.
Body
string
required
The RPC method to execute. Must be
eth_sign7702Authorization.object
required
The parameters for signing the EIP-7702 authorization.
Response
string
required
The RPC method that was executed. Will be
eth_sign7702Authorization.object
required
The response data containing the signed authorization.

