Hello Support Team,
I Facing issue when I placing MCX limit order for Silver Mini (Future). Payload is:
{
"variety": "NORMAL",
"exchange": "MCX",
"producttype": "CARRYFORWARD",
"duration": "DAY",
"ordertype": "LIMIT",
"squareoff": "0",
"stoploss": "0",
"price": "101239.25",
"tradingsymbol": "SILVERM30APR25FUT",
"symboltoken": "433351",
"transactiontype": "BUY",
"quantity": "5"
}
When i place order with this payload i got below error:
{
"status": false,
"message": "Invalid Price, it has to be number eg. 195.25",
"errorcode": "AB1007",
"data": {
"script": "SILVERM30APR25FUT",
"orderid": null,
"uniqueorderid": "66ea2453-e953-41df-a993-291cb86d2876"
}
}
also i tried with postman: