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
Documentation Index
Fetch the complete documentation index at: https://api.alphainsider.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
User API token.
Body
application/json
Strategy ID.
Stock ID. "stock:exchange" or "stock_id"
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.
Response
Request was successful.