Prepare a limit order on a traditional investments perpetual futures market.
Returns EIP-712 typed data for the user to sign. After signing, submit the signature via the /execute endpoint. Supports GTC and ALO time-in-force.
Request to place a limit order on a traditional investing perp market.
Owner of the traditional investing product account
Asset ticker symbol (e.g. AAPL, GOLD, EUR)
Order side: 'buy' or 'sell'
Number of contracts (human-readable)
Limit price (human-readable)
Time-in-force: 'gtc' (good til cancel) or 'alo' (add liquidity only)
If true, order can only reduce an existing position
Optional client order ID for idempotency (uint128)
Successful Response
Returned by prepare endpoints — contains EIP-712 typed data for the user to sign.