Namaskara,
URL: Option Contracts | Upstox Developer API
Response body:
{
“status”: “success”,
“data”: [
{
“name”: “NIFTY”,
“segment”: “NSE_FO”,
“exchange”: “NSE”,
“expiry”: “2024-02-15”,
“instrument_key”: “NSE_FO|37590”,
“exchange_token”: “37590”,
“trading_symbol”: “NIFTY 19650 CE 15 FEB 24”,
“tick_size”: 5,
“lot_size”: 50,
“instrument_type”: “CE”,
“freeze_quantity”: 1800,
“underlying_key”: “NSE_INDEX|Nifty 50”,
“underlying_type”: “INDEX”,
“underlying_symbol”: “NIFTY”,
“strike_price”: 19650,
“minimum_lot”: 50,
“weekly”: true
},
{
“name”: “NIFTY”,
“segment”: “NSE_FO”,
“exchange”: “NSE”,
“expiry”: “2024-02-15”,
“instrument_key”: “NSE_FO|37668”,
“exchange_token”: “37668”,
“trading_symbol”: “NIFTY 19700 CE 15 FEB 24”,
“tick_size”: 5,
“lot_size”: 50,
“instrument_type”: “CE”,
“freeze_quantity”: 1800,
“underlying_key”: “NSE_INDEX|Nifty 50”,
“underlying_type”: “INDEX”,
“underlying_symbol”: “NIFTY”,
“strike_price”: 19700,
“minimum_lot”: 50,
“weekly”: true
}
]
}
Here keys: lot_size and minium_lot mean exactly same. So there is duplication of the value contained in them.
minimum_lot makes no sense and its redundant.
Kindly clean up.
Regards
Rathnadhar K V