Invalid SymbolToken error code:AB4006


  • When I am calling place order API, I am getting below erro:
    {"message":"Invalid symboltoken","errorcode":"AB4006","status":false,"data":null}

    Order Request:
    {
    "variety":"NORMAL",
    "tradingsymbol":"RELIANCE-EQ",
    "symboltoken":"2885",
    "transactiontype":"BUY",
    "exchange":"NSE",
    "ordertype":"MARKET",
    "producttype":"DELIVERY",
    "duration":"DAY",
    "price":"0",
    "squareoff":"0",
    "stoploss":"0",
    "quantity":"1",
    "triggerprice":"0",
    "trailingStopLoss":"0",
    "disclosedquantity":"0",
    "ordertag":""
    }