Retrieve a point-in-time snapshot for a single option contract: metadata, day bar, last quote, last trade, Greeks, and underlying context when available. Responses may be cached for a short period.
Use Case: Display live-style option pricing, Greeks, and NBBO for a specific contract (for example after resolving a symbol from expiry and chain endpoints).
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Underlying equity symbol (for example AAPL).
"AAPL"
OCC-format options contract identifier (for example O:AAPL240119C00190000).
"O:AAPL260410C00110000"
Option contract snapshot returned successfully.
Single option contract snapshot (OptionContractSnapshotResponse). Responses may be cached for about five minutes.
Request identifier from the data provider.
Provider status (for example OK).
One option contract row in a snapshot response (OptionContractSnapshotDataDTO). Optional fields are omitted when absent.
Pagination URL when applicable; omitted when not used.