CRITICAL ERROR: Zerodha rejected order placement. Reason: Insufficient permission for that call.

abhizerodha1
Not able to place any order. initially working with free API client as I don't want to have history data. but with paid API also same response. Please guide to resolve the error.

trying simple order

order_id = kite_client.place_order(tradingsymbol=symbol.upper(),
exchange=kite.EXCHANGE_NSE,
transaction_type=t_type,
quantity=int(quantity),
variety=kite.VARIETY_AMO,
order_type=kite.ORDER_TYPE_MARKET,
product=kite.PRODUCT_CNC,
validity=kite.VALIDITY_DAY)
  • salim_chisty
    The order placement permissions are available with both the app types, i.e., Connect and Personal. Please enable the debug mode and share the complete stack trace. Ensure that sensitive details such as the API key and access token are removed before sharing.
Sign In or Register to comment.