Qty is not a multiple of board lot Qty??

cloudlife
Hi guys, I've been trying to post a sample futures buy order via curl as below:

$ curl https://api.kite.trade/orders/regular \
> -d api_key=${MYAPIKEY} \
> -d access_token=${MYACCESSTOKEN} \
> -d tradingsymbol=ABIRLANUVO16SEPFUT \
> -d exchange=NFO \
> -d transaction_type=BUY \
> -d order_type=MARKET \
> -d quantity=1 \
> -d product=MIS \
> -d validity=DAY

Why am I getting this error {"status": "error", "message": "Qty is not a multiple of board lot Qty", "error_type": "OrderException"} and how do I fix it??
  • Vivek
    As answered by @kailash : ABIRLANUVO16SEPFUT's lot size is not 1 (quantity), it's 750. So the quantity should be multiples of 750.

    Please don't duplicate post or pm duplicate contents.
This discussion has been closed.