Request symbol
Optional date, expiry, put_call filters.
Fetch whole U.S. option chains in one REST POST. Inspect quotes, Greeks and open interest across strikes and expirations.
A chain response is a contract snapshot over REST. Use the separate WebSocket API for individual trade events.
Snapshot context for live alerts.
Optional date, expiry, put_call filters.
Contract-level analytics for screens.
Use the WebSocket for premium, size, and trade-count flow fields.
1–5 minutes depending on breadth.
curl -X POST 'https://www.optiondata.io/api/option-chain' \
-H 'Content-Type: application/json' \
-d '{"api_key":"YOUR_API_KEY","symbol":"SPY"}'Chain product and related workflows.
An API that returns the full option chain for an underlying: strikes, expirations, quotes, OI, IV, and Greeks.
Yes. Pass date=YYYY-MM-DD or omit date for the latest available session.
No. Full chains are REST-only. WebSocket is for trade flow, not whole-chain snapshots.