Api Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}


  • Getting the error on placing buy or sell order.

            orderparams = {
                "variety": "NORMAL",
                "transactiontype": "BUY",
                "ordertype": "MARKET",
                "producttype": "CARRYFORWARD",
                "duration": "DAY",
                "exchangee": "NFO",
                "tradingsymbol": "BANKNIFTY24APR24FUT",
                "symboltoken": "52220",
                "quantity": "15"
            }
    

    Api Response: {'message': 'Internal Error', 'errorcode': 'AB2001', 'status': False, 'data': None}

    @admin please repond...