Home
Polygon
Polygon Options Chain Snapshot Example
Polygon Options Chain Snapshot Example
Finance Fintech Market Data Stocks Options Forex Crypto Indices Futures WebSockets Real-Time Historical Public APIs
Polygon Options Chain Snapshot Example is an example object payload from Polygon, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
request response
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.polygon.io/v3/snapshot/options/AAPL?contract_type=call&expiration_date=2026-06-19&limit=3",
"headers": {
"Authorization": "Bearer YOUR_POLYGON_API_KEY"
}
},
"response": {
"status": "OK",
"request_id": "9c3e2f01-polygon-options-chain-example",
"results": [
{
"break_even_price": 198.45,
"details": {
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-19",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:AAPL260619C00195000",
"underlying_ticker": "AAPL"
},
"greeks": { "delta": 0.62, "gamma": 0.041, "theta": -0.083, "vega": 0.224 },
"implied_volatility": 0.246,
"open_interest": 38214
},
{
"break_even_price": 203.10,
"details": {
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-19",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:AAPL260619C00200000",
"underlying_ticker": "AAPL"
},
"greeks": { "delta": 0.48, "gamma": 0.045, "theta": -0.091, "vega": 0.231 },
"implied_volatility": 0.252,
"open_interest": 52891
},
{
"break_even_price": 207.85,
"details": {
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-19",
"shares_per_contract": 100,
"strike_price": 205,
"ticker": "O:AAPL260619C00205000",
"underlying_ticker": "AAPL"
},
"greeks": { "delta": 0.34, "gamma": 0.040, "theta": -0.082, "vega": 0.215 },
"implied_volatility": 0.261,
"open_interest": 41003
}
]
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/polygon-options-chain-snapshot-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.