Skip to main content
Turnkey works well for backend EIP-7702 flows. This is the minimal Supertransaction API flow: request a quote, sign the 7702 authorization if required, sign the payload from the API response, then execute.
Signing the payload is the critical step. The API returns payloadToSign, and you must sign it with Turnkey before calling /v1/execute.

Minimal EIP-7702 flow