Trying to buy NCDs - BSE F Series

whity
I am trying to place orders for BSE F series NCDS . say 11KFL23 etc. I am getting the error

status "error"
message "No valid orders found in payload."
data null
error_type "InputException"


I am passing this.

({"tradingsymbol": "11KFL23", "exchange": "BSE", "transaction_type":"BUY","order_type":"LIMIT","product":"CNC","price":1000,"quantity":1,"variety":"Regular","readonly": true});


  • rakeshr
    @whity
    Change "variety":"Regular" to "variety":"regular".Go though all order params.
  • whity
    whity edited April 2019
    @rakeshr Getting the same error. "Regular" is working well other scrips.
    Can you try the same trade?
  • rakeshr
    @whity
    You are using Publisher basket, right?
    We checked below order params at our end and it's working fine for basket order.
    {
    "tradingsymbol": "11KFL23",
    "exchange": "BSE",
    "transaction_type":"BUY",
    "order_type":"LIMIT",
    "product":"CNC",
    "price":1000,
    "quantity":1,
    "variety":"regular",
    "readonly": true
    }
Sign In or Register to comment.