Hey, placing multi-order using a single endpoint looked like a very handy feature but whenever used, getting an error with status code 503.
This is the json body I'm sending :
[{'symbol': 'NSE:ASHOKLEY-EQ', 'qty': 1, 'type': 1, 'side': 1, 'productType': 'INTRADAY', 'limitPrice': 174, 'stopPrice': 0, 'disclosedQty': 0, 'validity': 'DAY', 'offlineOrder': False, 'stopLoss': 0, 'takeProfit': 0}, {'symbol': 'NSE:RELIANCE-EQ', 'qty': 1, 'type': 1, 'side': 1, 'productType': 'INTRADAY', 'limitPrice': 2390, 'stopPrice': 0, 'disclosedQty': 0, 'validity': 'DAY', 'offlineOrder': False, 'stopLoss': 0, 'takeProfit': 0}]
And this is the response :
{'status': False,
'data': [],
'error': True,
'statuscode': 503,
'message': 'Data not received.'}