Optional ReadonlyclientClient-supplied order id. Format ^[a-zA-Z0-9-_]{32,36}$. Auto-generated when omitted.
Optional ReadonlynotionalRequired for BUY MARKET; forbidden for LIMIT and SELL MARKET.
ReadonlyorderMARKET / LIMIT.
Optional ReadonlypriceRequired for LIMIT; forbidden for MARKET. Maximum 2 decimal places.
Optional ReadonlyquantityRequired for LIMIT (both sides) and SELL MARKET; forbidden for BUY MARKET.
Optional ReadonlyquoteQuote asset. Defaults to USDC; must be within the server's allowed set.
Optional ReadonlyrecvThe value cannot be greater than 60000.
ReadonlysideBUY / SELL.
ReadonlysymbolUS stock ticker, e.g. AAPL, TSLA. Must be a symbol with tokenization enabled — check via /market/tokenized-assets.
Optional ReadonlytimeDAY (default) / GTC. GTC is only supported for LIMIT orders; a fractional-share GTC order must be paired with tradingSession = EXTENDED or 24H.
Optional ReadonlytokenizeWhether to tokenize the purchased stock asset upon settlement. Default true. Set to false to receive the underlying equity directly instead of a tokenized asset.
Optional ReadonlytradingRTH / EXTENDED / 24H. Required for LIMIT; forbidden for MARKET.
Optional ReadonlywalletPayment wallet for BUY orders: CARD (default) / MAIN. SELL orders always settle to CARD.
Request parameters for placeEquityOrder operation in TradeApi. PlaceEquityOrderRequest