optionSymbols property

String get optionSymbols

Option contracts for the underlying symbol's chain.

Shape:

[
  {
    "id": "NIFTY25MAR23000CE",
    "name": "NIFTY 23000 CE Mar 27",
    "strike": 23000,
    "expiry": "2025-03-27",
    "type": "CE",
    "lotSize": 50,
    "precision": 2,
    "tickSize": 0.05
  },
  ...
]

Return an empty array "[]" when no option chain is active.

Implementation

String get optionSymbols;