K
@Moderator_1 , I am trying to send the request body like below
{
"variety":"STOPLOSS",
"tradingsymbol":"SBIN-EQ",
"transactiontype":"BUY",
"exchange":"NSE",
"ordertype":"STOPLOSS_LIMIT",
"producttype":"DELIVERY",
"duration":"DAY",
"price":"818",
"squareoff":"800",
"stoploss":"800",
"quantity":"1"
}
Note : symbolToken already added.
As of today's date SBIN price is 812.1 rupees.
Now I am getting response as below
{
"status": false,
"message": "Difference between limit price and trigger price for SL Limit Order is beyond the exchange’s Permissible range of < 1.50 >. Consider setting the limit price to < 1.50 > or lower",
"errorcode": "AB1007",
"data": {
"script": "SBIN-EQ",
"orderid": null,
"uniqueorderid": "15ea8c49-c973-47dd-80ef-2251c134bd8b"
}
}
can you please help me understand, where I have done the mistake ?