It looks like you're new here. If you want to get involved, click one of these buttons!
191227000061129
returned by zerodha SDK -
{When the same order payload was submitted to KITE APIs via POSTMAN, i got the "InputException" with this error - "Missing or empty field `exchange`". I've attached the screenshot of POSTMAN window.
"tradingsymbol": "NIFTY BANK",
"transaction_type": "BUY",
"quantity": 20,
"product": "CNC",
"order_type": "MARKET",
"validity": "DAY",
"exchange": "NSE",
"price": 32142.5,
"disclosed_quantity": 0,
"trigger_price": 0,
"squareoff": 0,
"stoploss": 0,
"trailing_stoploss": 0
}
You need to send a valid tradingsymbol which can be found in the instrument master dump which is published by the exchange while placing an order.
The order quantity has to be in multiples of the lot size which can be found in the instrument dump.
The exchange is NFO for all NSE futures and options instruments.
A Product type for F&O instruments can only be MIS or NRML.
CNC is a product type for delivery trades on the equity segment.