Why do Zerodha API returns lot size of GOLDM as 1 instead of 10?

VarunAgw
https://api.kite.trade/instruments

instrument_token,exchange_token,tradingsymbol,name,last_price,expiry,strike,tick_size,lot_size,instrument_type,segment,exchange
57774087,225680,GOLDM21FEBFUT,"GOLDM",0,2021-02-05,0,1,1,FUT,MCX-FUT,MCX

This is what I see. According to it, the lot size is 1, which is wrong. All the article says lot size of GOLDM is 10x of the price quote. So why the API doesn't return so?

If it's intentional, how do I programmatically find the lot size for all the different contracts in MCX and NSE/NFO?
Sign In or Register to comment.