Create Order

Create an order for a particular account.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
  • If quantity & amount both provided, order will be place through quantity
    • In LIMIT order fractional share not allowed
    • In STACK order, the amount should be greater than the minimum amount for the stack.
    • In STACK order, In case of SELL, if the amount is less than the minimum specified amount, sellOption == “ALL”, should be added.
    • The STACK type of Order will always be MARKET.
Body Params
string
required
Defaults to 667e79f1-dee0-428b83dd-22cca8c78124

Customer identifier

string
required
Defaults to AAPL

Stock/Stack ticker

string
required
Defaults to MARKET

Order type. Options: •"MARKET" - Market order •"STOP" - Stop order •"LIMIT" - Limit order

string
required
Defaults to BUY

Order side. Options: •"BUY" - Buy •"SELL" - Sell

float
Defaults to 5

Order quantity in share amounts for all order types. Only required if amount is null. Required when type is LIMIT or STOP

float
Defaults to 500

Order quantity in USD cash amount for "MARKET" order type. Only required if quantity is null

string
Defaults to EQUITY

Options: •"EQUITY" •"STACK"

float
Defaults to 350

Price for either non-MARKET order types. Required when type is LIMIT or STOP

string
Defaults to ALL

Applicable in case of STACK SellOption = ALL (while selling the whole quantity) SellOption = “” (otherwise)

Headers
string
required

API key

string
required

Auth key generated using API key & secret

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json