Skip to main content
Version: 1.1.1

Place Order

POST 

/v1.1.1/order/create

Supported Order Types

Request Body

  {
"accountNumber": "P000128310",
"securityType": "CS",
"symbol": "AAPL",
"exchange": "NSDQ",
"quantity": 100,
"orderType": "2",
"orderSide": 1,
"price": 2,
"tif": 0,
}
Field Name 
accountNumberrequired
securityTypeoptional  
symbolrequired  
exchangerequired
quantityoptional  
orderTyperequired
orderSiderequired
Field Name 
pricerequired selectively
tifrequired
expiryDaterequired selectively (GTD)
tradingSessionoptional
orderValueoptional  
externalOrderIdoptional
  

Request

Body

Quantity or Order Value is required. if quantity > 0, order will place using quantity not order value.

    externalOrderId string

    External Order Id from Fintech side. (This can be used to eliminate order duplications)

    accountNumber string

    Security account number of the customer.

    symbol string

    The symbol code of the symbol/ticker which need to be traded.

    exchange string

    Find exchange codes. Master Data > Get Exchange List

    quantity number

    Quantity or Order Value is required. if quantity > 0, order will place using quantity not order value.

    boundary value - 15 digits including decimals

    orderType string
    orderSide integer

    Possible values: [1, 2]

    1 (Buy) | 2 (Sell)

    price number

    boundary value - 16 digits including decimals

    tif integer
    tradingSession string

    Default value: REG

    orderValue number

    Quantity or Order Value is required. if quantity > 0, order will place using quantity not order value.

    This is invest amount for fixed income.

    boundary value - 16 digits including decimals

    securityType string

    Possible values: [CS, OPT, BND]

    Default value: CS

    CS (Equity), OPT (Option), BND (Fixed Income)

    expiryDate string

    Possible values: Value must match regular expression YYYY/MM/DD

    Expiry date will be recorded in Coordinated Universal Time (UTC)

    amount string

    Order Amount

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    orderReferenceId stringrequired
Loading...
Is this page helpful for you?