Options Details
Batch option contract details for comma-separated OSI option symbols. Response includes data with per-symbol pricing fields (lastPrice, bidPrice, askPrice, midPrice, closePrice) and an errors array.
Use Case: Option quote tiles and pricing using GET /v1/marketdata/options/details.
Response shape
data: Array of option contract objects; each includessymbol,lastPrice,bidPrice,askPrice,midPrice, andclosePrice.errors: Per-symbol error entries when a requested symbol cannot be returned; see the reference below for the object shape.
Demo response
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
One or more OSI option symbols, separated by commas (e.g. GOOG270115C00285000). At least one is required. The response order matches the request order.
"GOOG270115C00285000"
Response
data holds per-symbol option pricing objects matching OptionDetailsDTO. See schema for the errors array shape when a symbol cannot be returned.