Internal error


  • Hi @admin
    payload = "{\n"exchange": "NSE",\n"tradingsymbol": "IDEA-EQ",\n"quantity": "1","
    "\n"transactiontype": "BUY",\n"ordertype": "MARKET","
    "\n"variety": "NORMAL",\n"producttype": "DELIVERY",\n"Duration": "DAY","
    "\n"symboltoken": "14366"\n}"

    {"message":"Internal Error","errorcode":"AB2001","status":false,"data":null}

    could you please help me out what is the issue here


  • Hi @vinay-savart you can refer below payload for reference.
    {
    "variety":"NORMAL",
    "tradingsymbol":"IDEA-EQ",
    "symboltoken":"14366",
    "transactiontype":"BUY",
    "exchange":"NSE",
    "ordertype":"MARKET",
    "producttype":"INTRADAY",
    "duration":"DAY",
    "price":"194.50",
    "squareoff":"0",
    "stoploss":"0",
    "quantity":"1"
    }