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-02-20) |
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., 60) |
data.results[].ticker | string | String value (e.g., O:A260220C00060000) |
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-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260220C00060000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260220C00065000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260220C00070000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260220C00075000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260220C00080000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260220C00085000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260220C00090000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 95,
"ticker": "O:A260220C00095000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 100,
"ticker": "O:A260220C00100000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 105,
"ticker": "O:A260220C00105000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 110,
"ticker": "O:A260220C00110000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 115,
"ticker": "O:A260220C00115000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 120,
"ticker": "O:A260220C00120000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 125,
"ticker": "O:A260220C00125000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 130,
"ticker": "O:A260220C00130000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 135,
"ticker": "O:A260220C00135000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 140,
"ticker": "O:A260220C00140000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 145,
"ticker": "O:A260220C00145000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 150,
"ticker": "O:A260220C00150000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 155,
"ticker": "O:A260220C00155000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 160,
"ticker": "O:A260220C00160000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 165,
"ticker": "O:A260220C00165000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 170,
"ticker": "O:A260220C00170000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 175,
"ticker": "O:A260220C00175000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 180,
"ticker": "O:A260220C00180000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 185,
"ticker": "O:A260220C00185000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 190,
"ticker": "O:A260220C00190000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:A260220C00195000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:A260220C00200000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 210,
"ticker": "O:A260220C00210000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 220,
"ticker": "O:A260220C00220000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260220P00060000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260220P00065000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260220P00070000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260220P00075000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260220P00080000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260220P00085000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260220P00090000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 95,
"ticker": "O:A260220P00095000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 100,
"ticker": "O:A260220P00100000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 105,
"ticker": "O:A260220P00105000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 110,
"ticker": "O:A260220P00110000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 115,
"ticker": "O:A260220P00115000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 120,
"ticker": "O:A260220P00120000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 125,
"ticker": "O:A260220P00125000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 130,
"ticker": "O:A260220P00130000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 135,
"ticker": "O:A260220P00135000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 140,
"ticker": "O:A260220P00140000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 145,
"ticker": "O:A260220P00145000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 150,
"ticker": "O:A260220P00150000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 155,
"ticker": "O:A260220P00155000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 160,
"ticker": "O:A260220P00160000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 165,
"ticker": "O:A260220P00165000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 170,
"ticker": "O:A260220P00170000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 175,
"ticker": "O:A260220P00175000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 180,
"ticker": "O:A260220P00180000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 185,
"ticker": "O:A260220P00185000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 190,
"ticker": "O:A260220P00190000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:A260220P00195000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:A260220P00200000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 210,
"ticker": "O:A260220P00210000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-02-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 220,
"ticker": "O:A260220P00220000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 55,
"ticker": "O:A260320C00055000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260320C00060000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260320C00065000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260320C00070000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260320C00075000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260320C00080000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 85,
"ticker": "O:A260320C00085000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 90,
"ticker": "O:A260320C00090000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 95,
"ticker": "O:A260320C00095000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 100,
"ticker": "O:A260320C00100000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 105,
"ticker": "O:A260320C00105000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 110,
"ticker": "O:A260320C00110000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 115,
"ticker": "O:A260320C00115000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 120,
"ticker": "O:A260320C00120000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 125,
"ticker": "O:A260320C00125000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 130,
"ticker": "O:A260320C00130000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 135,
"ticker": "O:A260320C00135000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 140,
"ticker": "O:A260320C00140000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 145,
"ticker": "O:A260320C00145000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 150,
"ticker": "O:A260320C00150000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 155,
"ticker": "O:A260320C00155000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 160,
"ticker": "O:A260320C00160000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 165,
"ticker": "O:A260320C00165000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 170,
"ticker": "O:A260320C00170000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 175,
"ticker": "O:A260320C00175000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 180,
"ticker": "O:A260320C00180000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 185,
"ticker": "O:A260320C00185000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 190,
"ticker": "O:A260320C00190000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 195,
"ticker": "O:A260320C00195000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 200,
"ticker": "O:A260320C00200000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 210,
"ticker": "O:A260320C00210000",
"underlying_ticker": "A"
},
{
"cfi": "OCASPS",
"contract_type": "call",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 220,
"ticker": "O:A260320C00220000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 55,
"ticker": "O:A260320P00055000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 60,
"ticker": "O:A260320P00060000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 65,
"ticker": "O:A260320P00065000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 70,
"ticker": "O:A260320P00070000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 75,
"ticker": "O:A260320P00075000",
"underlying_ticker": "A"
},
{
"cfi": "OPASPS",
"contract_type": "put",
"exercise_style": "american",
"expiration_date": "2026-03-20",
"primary_exchange": "BATO",
"shares_per_contract": 100,
"strike_price": 80,
"ticker": "O:A260320P00080000",
"underlying_ticker": "A"
}
],
"next_url": "https://api.tradeiqai.com/v3/reference/options/contracts?cursor=YXA9JTdCJTIySUQlMjIlM0ElMjI1OTgyNzg3MTA2ODEzOTYxMzclMjIlMkMlMjJTdGFydERhdGVVdGMlMjIlM0ElN0IlMjJUaW1lJTIyJTNBJTIyMjAyNS0wMS0yOFQwMCUzQTAwJTNBMDBaJTIyJTJDJTIyVmFsaWQlMjIlM0F0cnVlJTdEJTJDJTIyRW5kRGF0ZVV0YyUyMiUzQSU3QiUyMlRpbWUlMjIlM0ElMjIwMDAxLTAxLTAxVDAwJTNBMDAlM0EwMFolMjIlMkMlMjJWYWxpZCUyMiUzQWZhbHNlJTdEJTJDJTIydW5kZXJseWluZ190aWNrZXIlMjIlM0ElMjJBJTIyJTJDJTIydGlja2VyJTIyJTNBJTIyTyUzQUEyNjAzMjBQMDAwODAwMDAlMjIlMkMlMjJleHBpcmF0aW9uX2RhdGUlMjIlM0ElMjIyMDI2LTAzLTIwVDAwJTNBMDAlM0EwMFolMjIlMkMlMjJzdHJpa2VfcHJpY2UlMjIlM0E4MCUyQyUyMmNmaSUyMiUzQSUyMk9QQVNQUyUyMiUyQyUyMmNvbnRyYWN0X3R5cGUlMjIlM0ElMjJwdXQlMjIlMkMlMjJleGVyY2lzZV9zdHlsZSUyMiUzQSUyMmFtZXJpY2FuJTIyJTJDJTIycHJpbWFyeV9leGNoYW5nZSUyMiUzQSU3QiUyMlN0cmluZyUyMiUzQSUyMkJBVE8lMjIlMkMlMjJWYWxpZCUyMiUzQXRydWUlN0QlMkMlMjJzaGFyZXNfcGVyX2NvbnRyYWN0JTIyJTNBMTAwJTJDJTIyYWRkaXRpb25hbF91bmRlcmx5aW5ncyUyMiUzQSUyMiU1QiU1RCUyMiU3RCZhcz0mbGltaXQ9MTAwJm9yZGVyPWFzYyZzb3J0PXRpY2tlcg"
}
}