unable to place order getting insufficient permission for that call.

akhilkodati
input:
order_id = kite.place_order(tradingsymbol=tradingsymbol,
exchange = kite.EXCHANGE_NSE,
transaction_type = kite.TRANSACTION_TYPE_BUY,
quantity = 1,
variety = kite.VARIETY_REGULAR,
order_type = kite.ORDER_TYPE_MARKET,
product = kite.PRODUCT_NRML)
output:
{"Response": "Order placement failed: Insufficient permission for that call."}
  • rakeshr
    @akhilkodati
    {"Response": "Order placement failed: Insufficient permission for that call."}
    Are you able to make request to another API end-points like fetch holdings, positions, etc?
  • akhilkodati
    yes, am able to access holders, positions. am only facing the issue at placing an order
  • sujith
    You seem to have a Kite Publisher app. You need a Kite Connect app to fetch data.
    If you already have a Kite Connect app then you can private message me the api_key, we will check and get back to you.
Sign In or Register to comment.