Place Market Order
place_market_orderPlace a market order for immediate execution at the next available price. Use a positive quantity to buy or a negative quantity to sell shares.
Instructions
Place a MARKET order for immediate execution at the next available price. Use a POSITIVE quantity to BUY and a NEGATIVE quantity to SELL (e.g. -10.5 sells 10.5 shares). WARNING: Market orders may experience price slippage. This endpoint is NOT idempotent — duplicate calls create duplicate orders. Rate limit: 50 req / 1m.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Instrument ticker (e.g. AAPL_US_EQ). Get valid tickers from the get_instruments tool. | |
| quantity | Yes | Number of shares. Positive = BUY, negative = SELL (e.g. -10.5 sells 10.5 shares). | |
| extendedHours | No | Set true to allow execution outside standard trading hours. |