Retrieve Instrument Options Chain
Retrieves an Instrument Options Chain by symbol or instrumentID.
Path parameters
Symbol or instrumentID of the underlying equity security
Query parameters
Optional expiration date of the option security to filter by.
The number of option instruments to be returned per page.
The sorting order of option instruments.
The number of option instruments to be returned above and below market price.
The option instruments to be returned above the strike price.
The option instruments to be returned below the strike price.
The type of option instruments to be returned.
The instrument ID of the option security.
The expiration dates for the given underlying security; to filter by.
Response
Retrieving an Instrument Options Chain by symbol or instrumentID was Successful.
Example response
{
"symbol": "AAPL220517P00016000",
"options": [
{
"id": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
"symbol": "AAPL220517P00016000",
"type": "EQUITY",
"name": "Morgan Stanley",
"exchange": "NYQ",
"orderSizeMax": 20000,
"orderSizeMin": 0.1,
"orderSizeStep": 0.01
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.