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 tradable US-equity symbol — verify via /sapi/v1/equity/market/exchangeInfo. Tokenization enablement (verifiable via /sapi/v1/equity/market/tokenized-assets) is not required; non-tokenized symbols are accepted and settle as traditional underlying-equity trades. The tokenize parameter only takes effect on tokenization-enabled symbols and is silently ignored otherwise.
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. Only takes effect when the symbol is tokenization-enabled (check via /market/tokenized-assets); silently ignored for non-tokenized symbols, which always settle as traditional underlying-equity trades.
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