Error while placing Nse order

I am getting this error while placing order for NSE stock (NSE_FO|41814).
can i know for which exchanges i can use and place order .

{status: error, errors: [{errorCode: UDAPI1104, message: Quantity should be multiple of lot size, propertyPath: quantity, invalidValue: 2, error_code: UDAPI1104, property_path: quantity, invalid_value: 2}]}

@Classia_Group You are sending the wrong quantity in the order payload. For the given instrument NSE_FO|41814, the lot size is 1350. You need to ensure the quantity is a multiple of the lot size.

You can refer to the instrument information from the link below to check the lot size for Futures and Options instruments.

1 Like

ok thanks for the reply. what will be the price for per lotsize
for example if lotsize is 100 and its ltp is 10rs if i want to place order then i should multiple lotsize to(whatever the quantity i need) 2 then investng price will be 20rs right?

any reply? iam not getting how to use lotsize if i want to buy shares

@Classia_Group You can utilise the Margin API to retrieve the required margin for an instrument.

Thanks!