x402stock Options Chain Lookup is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-08).
Returns options contracts (calls and puts) for a given US stock or ETF ticker, filterable by type, strike, expiration, and whether contracts are expired.
Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.
A JSON object containing the ticker symbol, an as-of timestamp, the data source, and a list of matching options contracts. Each contract includes its contract ticker symbol (e.g. O:AAPL260620C00150000), type (call or put), strike price, expiration date, exercise style (e.g. American), shares per contract, primary exchange, and CFI code. Also includes a total count of returned contracts.
GEThttps://x402stock.xyz/api/v1/options/%7Bticker%7DUse this endpoint when you need structured options chain data (calls, puts, strikes, expirations) for US stocks or ETFs without managing API keys or subscriptions. Ideal for AI agents that need pay-per-call access via USDC on Base, want to filter by contract type, strike, or expiration in a single request, and need standard contract metadata like exercise style and CFI codes.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"count": 2,
"contracts": [
{
"cfi": "OCASPS",
"type": "call",
"strike": 150,
"exercise_style": "american",
"contract_ticker": "O:AAPL260620C00150000",
"expiration_date": "2026-06-20",
"primary_exchange": "BATO",
"shares_per_contract": 100
},
{
"cfi": "OPASPS",
"type": "put",
"strike": 150,
"exercise_style": "american",
"contract_ticker": "O:AAPL260620P00150000",
"expiration_date": "2026-06-20",
"primary_exchange": "BATO",
"shares_per_contract": 100
}
]
},
"as_of": "2026-06-01T20:00:00.000Z",
"source": "x402stock",
"ticker": "AAPL"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"