Hello,
Even I am having the same problems since a last few days
The close all positions also stopped working, however I was able to fix it by passing
{}
However when placing the order, the error persists.
Here is the payload
{ "symbol":"NSE:NIFTY2310519000CE",
"qty":50,
"type":2,
"side":1,
"productType":"MARGIN",
"limitPrice":0,
"stopPrice":0,
"disclosedQty":0,
"validity":"DAY",
"offlineOrder":"FALSE",
"stopLoss":0,
"takeProfit":0
}
I was able to place order with same payload as above earlier.
However for now I get this.
Here is the API response
(
[s] => error
[code] => -96
[message] => An unexpected error occurred. Please contact support.
[id] =>
)
Please help