newOrder
Trades
newOrder
Create a new open order. Must pass amount or total not both.
For TradingView or webhook integrations with percentage based order actions, see newOrderWebhook or newOrderAllocations api endpoint.
POST
newOrder
Headers
User API token.
Body
application/json
AlphaInsider strategy identifier.
AlphaInsider stock identifier, or SYMBOL:EXCHANGE in requests.
Order action.
Available options:
buy, sell Type of order.
Available options:
market, limit, stop_market, stop_limit, oco Number of shares to trade.
Cash allocated towards order.
Price to make trade at.
Price to trigger order.
An array of order IDs to wait for before this order can be executed.