Prepare Strata order control
strata_order_preparePrepare an immutable partially signed order-control transaction using a single session-key signature, with support for a prior challenge authorization.
Instructions
Prepare an immutable partially signed order-control transaction. One signature: pass the operation itself (same fields as strata_order_challenge) and sign only the returned transaction with the session key. (A challengeId + authorizationSignature from strata_order_challenge is still accepted.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | ||
| action | No | ||
| orderId | No | ||
| marketId | Yes | ||
| orderType | No | ||
| sizeAtoms | No | ||
| operations | No | ||
| challengeId | No | ||
| ownerWallet | No | ||
| clientOrderId | No | ||
| accountSequence | No | ||
| limitPriceAtoms | No | ||
| sessionPublicKey | No | ||
| authorizationSignature | No |