Prepare Strata execution
strata_execution_preparePrepare a partially signed transaction from a Sonar quote using your owner wallet and session key, or via a challenge authorization, to enable secure execution.
Instructions
Prepare a quote-bound partially signed transaction. One signature: pass quoteId + ownerWallet + sessionPublicKey and sign only the returned transaction. (A challengeId + authorizationSignature from strata_execution_challenge is still accepted.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market label or public market ID. | |
| quoteId | No | Unexpired Sonar quote ID (direct, one-signature path). | |
| challengeId | No | Execution challenge ID returned by Strata (two-step path). | |
| ownerWallet | No | ||
| accountSequence | No | ||
| sessionPublicKey | No | ||
| authorizationSignature | No | Base58 Ed25519 signature made externally over the challenge payload (two-step path). |