Authentication
Every API request must be authenticated using a product-scoped API key as a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY
Example Request
curl \
"https://api.cutemarkets.com/v1/options/chain/NFLX/?limit=1" \
-H "Authorization: Bearer YOUR_API_KEY"
Sample Response
{
"status": "OK",
"request_id": "cm_adce10cb073745c7b859fc8131b203b0",
"results": [
{
"break_even_price": 100.025,
"details": {
"contract_type": "call",
"expiration_date": "2026-04-02",
"strike_price": 100,
"ticker": "O:NFLX260402C00100000"
}
}
]
}
Getting your API key
Sign up for free, and your first Options API key is automatically generated. No credit card required.
You can create additional Options API keys and Stocks API keys from your dashboard. Options keys work with /v1/options/ and /v1/tickers/expirations/; Stocks keys work with /v1/stocks/.