Endpoint coverage

Options API endpoint coverage matrix

Map a real options-data workflow to the CuteMarkets endpoints it needs before you write a wrapper, model a request budget, or compare providers. The useful answer is not whether an API has “options data”; it is whether the endpoint surface covers the objects your product must reproduce.

Selected workflow

Backtesting

5 core endpoint groups are marked as required or commonly useful for this workflow.

ObjectEndpointCoverageDocs
ChainsGET /v1/options/chain/{ticker}Calls and puts by expiration with Greeks, IV, OI, latest quote, latest trade, and underlying context.Open
ContractsGET /v1/options/contractsContract discovery by underlying, expiration, strike, type, OCC symbol, and historical as_of date.Open
QuotesGET /v1/options/quotes/{option_ticker}Historical bid and ask prices, sizes, exchanges, sequence fields, and timestamp filters.Open
TradesGET /v1/options/trades/{option_ticker}Tick-level prints with price, size, exchange, conditions, and nanosecond timestamps.Open
SnapshotsGET /v1/options/snapshot/{ticker}/{option_ticker}One-contract drilldowns with break-even, day stats, Greeks, IV, OI, quote, trade, and underlying data.Open
ExpirationsGET /v1/tickers/expirations/{ticker}Listed expiration dates for the selected underlying before chain or contract requests.Open
AggregatesGET /v1/options/aggs/{option_ticker}/rangeHistorical OHLC bars, VWAP, volume, and open/close context for option contracts.Open
IndicatorsGET /v1/indicators/{type}/{ticker}Server-side SMA, EMA, MACD, and RSI for broader charting and watchlist workflows.Open

Buyer use case

Use coverage to remove vague vendor comparisons

A practical options-data evaluation should list the exact objects required by the workflow: contracts, expirations, chains, quotes, trades, snapshots, Greeks, open interest, aggregates, and indicators. This matrix gives that checklist a concrete shape before you compare docs, pricing, and implementation effort.