Order place issue

sanjayjain85
While trying to place order I am getting following error.
{
"status": "error",
"message": "Missing or empty field `exchange`",
"data": null,
"error_type": "InputException"
}

I am using post method to url https://api.kite.trade/orders/regular
Headers are for X-Kite-Version:3
Authorization: token key33832:tokensadnjcn
Content-Type : application/json

Payload is {"tradingsymbol":"INFY","exchange":"NSE","transaction_type":"BUY","order_type":"MARKET","quantity":"5","product":"MIS","validity":"DAY"}
Sign In or Register to comment.