Submit Strata execution
strata_execution_submitSubmit an externally signed Solana transaction to a Strata market using a prepared execution ID and an idempotency key for safe retries.
Instructions
Submit an externally signed prepared transaction with an idempotency key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | Market label or public market ID. | |
| executionId | Yes | Prepared execution ID returned by Strata. | |
| idempotencyKey | Yes | Stable retry key for exactly this execution. | |
| signedTransactionBase64 | Yes | The externally signed Solana transaction in canonical base64. |