Skip to main content
GET
Get option details

Response shape

  • data: Array of option contract objects; each includes symbol, lastPrice, bidPrice, askPrice, midPrice, and closePrice.
  • errors: Per-symbol error entries when a requested symbol cannot be returned; see the reference below for the object shape.

Demo response

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbols
string
required

One or more OSI option symbols, separated by commas (e.g. GOOG270115C00285000). Send at least one. The response order matches the request order.

Example:

"GOOG270115C00285000"

Response

data holds per-symbol option pricing objects matching OptionDetailsDTO. See schema for the errors array shape when a symbol cannot be returned.

Wrapper for GET /v1/marketdata/options/details: data for successful symbols, errors when applicable.

data
object[]

Option contracts that returned a pricing snapshot

errors
object[]

Per-symbol error entries when a requested symbol cannot be included in data