Change log

Developer API Version 1 : Friday 9th May

Key Generation

  • The generated key validity has been extended to 365 Days.

Success Response

  • Success response structure has been changed from previous Connect V4 and current Developer API V1.

  • A new key has been added to the success response called "message" to all the API in the Developer API V1.

{
  "status": "success",
  "message": "API execution information",
  "data": {
        ...
    }
}  

Place Order

  • In the request there is a new input variable that has been added called "customer_firm"

{
  "userId": "{{userId}}",
  "jKey": "{{jKey}}",
  "exchange": "NSE",
  "retention": "DAY",
  "customer_firm": "C",
  "product": "C",
  "priceType": "MKT",
  "tradingSymbol": "IDEA-EQ",
  "transactionType": "B",
  "price": "0",
  "trgprc": "0",
  "quantity": "1",
  "remarks": "Test"
}

Order Margin

  • There are new key variable added to the success response of order margin - "marginOnNewOrder", "availableMargin".

Cancel Order

  • There is a new key variable added to the success response of cancel order - "rejreason".

Modify Order

  • There are new key variables added to the request of the modify order - "retention", "mkt_protection".

  • There is a new key variable added to the success response of modify order - "rejreason".

Last updated