GET
/v3/reference/options/contracts
Options Contracts (All)
List options contracts (active + expired), filterable by underlying.
Endpoint Details
| HTTP Method | GET |
|---|---|
| Path | /v3/reference/options/contracts |
| Version | v3 |
| Minimum Plan | free |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key |
string | Required | Your API key for authentication |
asset_class |
string | Optional | Filter by asset class (stocks, options, forex, crypto) |
locale |
string | Optional | Filter by locale/market (default: us) |
limit |
integer | Optional | Maximum number of results |
cursor |
string | Optional | Pagination cursor for next page |
Example Request
curl "https://mail.tradeiqai.com/api/v3/reference/options/contracts?api_key=YOUR_API_KEY"
Note: Replace YOUR_API_KEY with your actual API key.
Response Attributes
| Attribute | Type | Description |
|---|---|---|
ok | boolean | Indicates if the request was successful (e.g., 1) |
data | object | Response data object |
data.status | string | Response status (typically "OK") (e.g., OK) |
data.results | array | Array of 100 items |
| Array items contain: | ||
data.results[].cfi | string | String value (e.g., OCASPS) |
data.results[].contract_type | string | String value (e.g., call) |
data.results[].exercise_style | string | String value (e.g., american) |
data.results[].expiration_date | string | String value (e.g., 2026-06-18) |
data.results[].primary_exchange | string | String value (e.g., BATO) |
data.results[].shares_per_contract | integer | Integer (e.g., 100) |
data.results[].strike_price | integer | Integer (e.g., 55) |
data.results[].ticker | string | String value (e.g., O:A260618C00055000) |
data.results[].underlying_ticker | string | String value (e.g., A) |
data.next_url | string | URL for pagination to fetch the next page of results (e.g., https://api.tradeiqai.com/v3/reference/options/con...) |
Example Response
{
"ok": true,
"data": {
"status": "OK",
"count": 100,
"results": [
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 55,
"ticker": "O:A260618C00055000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260618C00060000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260618C00065000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260618C00070000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260618C00075000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260618C00080000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260618C00085000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260618C00090000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 95,
"ticker": "O:A260618C00095000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 100,
"ticker": "O:A260618C00100000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 105,
"ticker": "O:A260618C00105000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 110,
"ticker": "O:A260618C00110000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 115,
"ticker": "O:A260618C00115000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 120,
"ticker": "O:A260618C00120000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 125,
"ticker": "O:A260618C00125000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 130,
"ticker": "O:A260618C00130000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 135,
"ticker": "O:A260618C00135000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 140,
"ticker": "O:A260618C00140000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 145,
"ticker": "O:A260618C00145000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 150,
"ticker": "O:A260618C00150000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 155,
"ticker": "O:A260618C00155000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 160,
"ticker": "O:A260618C00160000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 165,
"ticker": "O:A260618C00165000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 170,
"ticker": "O:A260618C00170000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 175,
"ticker": "O:A260618C00175000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 180,
"ticker": "O:A260618C00180000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 185,
"ticker": "O:A260618C00185000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 190,
"ticker": "O:A260618C00190000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:A260618C00195000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:A260618C00200000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 210,
"ticker": "O:A260618C00210000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 220,
"ticker": "O:A260618C00220000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 55,
"ticker": "O:A260618P00055000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260618P00060000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260618P00065000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260618P00070000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260618P00075000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260618P00080000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260618P00085000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260618P00090000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 95,
"ticker": "O:A260618P00095000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 100,
"ticker": "O:A260618P00100000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 105,
"ticker": "O:A260618P00105000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 110,
"ticker": "O:A260618P00110000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 115,
"ticker": "O:A260618P00115000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 120,
"ticker": "O:A260618P00120000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 125,
"ticker": "O:A260618P00125000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 130,
"ticker": "O:A260618P00130000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 135,
"ticker": "O:A260618P00135000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 140,
"ticker": "O:A260618P00140000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 145,
"ticker": "O:A260618P00145000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 150,
"ticker": "O:A260618P00150000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 155,
"ticker": "O:A260618P00155000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 160,
"ticker": "O:A260618P00160000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 165,
"ticker": "O:A260618P00165000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 170,
"ticker": "O:A260618P00170000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 175,
"ticker": "O:A260618P00175000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 180,
"ticker": "O:A260618P00180000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 185,
"ticker": "O:A260618P00185000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 190,
"ticker": "O:A260618P00190000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:A260618P00195000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:A260618P00200000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 210,
"ticker": "O:A260618P00210000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-06-18",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 220,
"ticker": "O:A260618P00220000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260717C00060000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260717C00065000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260717C00070000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260717C00075000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260717C00080000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260717C00085000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260717C00090000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 95,
"ticker": "O:A260717C00095000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 100,
"ticker": "O:A260717C00100000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 105,
"ticker": "O:A260717C00105000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 110,
"ticker": "O:A260717C00110000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 115,
"ticker": "O:A260717C00115000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 120,
"ticker": "O:A260717C00120000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 125,
"ticker": "O:A260717C00125000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 130,
"ticker": "O:A260717C00130000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 135,
"ticker": "O:A260717C00135000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 140,
"ticker": "O:A260717C00140000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 145,
"ticker": "O:A260717C00145000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 150,
"ticker": "O:A260717C00150000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 155,
"ticker": "O:A260717C00155000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 160,
"ticker": "O:A260717C00160000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 165,
"ticker": "O:A260717C00165000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 170,
"ticker": "O:A260717C00170000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 175,
"ticker": "O:A260717C00175000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 180,
"ticker": "O:A260717C00180000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 185,
"ticker": "O:A260717C00185000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 190,
"ticker": "O:A260717C00190000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:A260717C00195000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:A260717C00200000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260717P00060000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260717P00065000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260717P00070000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260717P00075000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260717P00080000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260717P00085000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-07-17",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260717P00090000",
"underlying_ticker": "A"
}
],
"next_url": "https://api.tradeiqai.com/v3/reference/options/contracts?cursor=YXA9JTdCJTIySUQlMjIlM0ElMjI3MTQ1NzMzNTQ3MTMzMzQ1MTgxJTIyJTJDJTIyU3RhcnREYXRlVXRjJTIyJTNBJTdCJTIyVGltZSUyMiUzQSUyMjIwMjYtMDQtMDlUMDAlM0EwMCUzQTAwWiUyMiUyQyUyMlZhbGlkJTIyJTNBdHJ1ZSU3RCUyQyUyMkVuZERhdGVVdGMlMjIlM0ElN0IlMjJUaW1lJTIyJTNBJTIyMDAwMS0wMS0wMVQwMCUzQTAwJTNBMDBaJTIyJTJDJTIyVmFsaWQlMjIlM0FmYWxzZSU3RCUyQyUyMnVuZGVybHlpbmdfdGlja2VyJTIyJTNBJTIyQSUyMiUyQyUyMnRpY2tlciUyMiUzQSUyMk8lM0FBMjYwNzE3UDAwMDkwMDAwJTIyJTJDJTIyZXhwaXJhdGlvbl9kYXRlJTIyJTNBJTIyMjAyNi0wNy0xN1QwMCUzQTAwJTNBMDBaJTIyJTJDJTIyc3RyaWtlX3ByaWNlJTIyJTNBOTAlMkMlMjJjZmklMjIlM0ElMjJPUEFTUFMlMjIlMkMlMjJjb250cmFjdF90eXBlJTIyJTNBJTIycHV0JTIyJTJDJTIyZXhlcmNpc2Vfc3R5bGUlMjIlM0ElMjJhbWVyaWNhbiUyMiUyQyUyMnByaW1hcnlfZXhjaGFuZ2UlMjIlM0ElN0IlMjJTdHJpbmclMjIlM0ElMjJCQVRPJTIyJTJDJTIyVmFsaWQlMjIlM0F0cnVlJTdEJTJDJTIyc2hhcmVzX3Blcl9jb250cmFjdCUyMiUzQTEwMCUyQyUyMmFkZGl0aW9uYWxfdW5kZXJseWluZ3MlMjIlM0ElMjIlNUIlNUQlMjIlN0QmYXM9JmxpbWl0PTEwMCZvcmRlcj1hc2Mmc29ydD10aWNrZXI"
}
}