Search Strikes For An Underlier
Returns lists of valid strikes for options contracts on a given underlier, for all currently trading expirations. The /iserver/secdef/search endpoint must be called prior for the underlying. Otherwise empty arrays will return for “puts” and “calls”.
Query parameters
conid
sectype
Security type of the requested contract of interest. Valid asset classes are:
* `FOP` - Futures Option
* `OPT` - Option
* `WAR` - Warrant
Allowed values:
month
exchange
Response
Successful response containing a contract's security definition.
call
Array containing a series of comma separated values representing potential call strikes for the instrument.
put
Array containing a series of comma separated values representing potential put strikes for the instrument.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

