Does upstox provides API for Lot prices and lot sizes for option contracts?

I want to know if Upstox is providing API for Lot prices and Lot size for option contracts a prompt response here would be appreciated many thanks.

@naman_sawhney Yes, kindly review the API details here.

For example codes, visit Option Contracts | Upstox Developer API

Example response

{
  "status": "success",
  "data": [
    {
      "name": "NIFTY",
      "segment": "NSE_FO",
      "exchange": "NSE",
      "expiry": "2024-09-05",
      "weekly": true,
      "instrument_key": "NSE_FO|38501",
      "exchange_token": "38501",
      "trading_symbol": "NIFTY 22500 CE 05 SEP 24",
      "tick_size": 5,
      "lot_size": 25,
      "instrument_type": "CE",
      "freeze_quantity": 1800,
      "underlying_key": "NSE_INDEX|Nifty 50",
      "underlying_type": "INDEX",
      "underlying_symbol": "NIFTY",
      "strike_price": 22500,
      "minimum_lot": 25
    }
  ]
}

Thanks!

1 Like