Skip to main content
GET
Get Option Chain

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Stock ticker symbol (uppercase)

option_ticker
string

Option ticker symbol (uppercase)

start_expiration_date
integer<int64>

Start expiration date (Unix timestamp in seconds)

end_expiration_date
integer<int64>

End expiration date (Unix timestamp in seconds)

contract_type
enum<string>

Contract type filter

Available options:
put,
call
min_strike_price
number<float64>

Minimum strike price

max_strike_price
number<float64>

Maximum strike price

cursor
string

Pagination cursor

limit
integer<int64>
required

Maximum number of results (1-1000)

Response

Successfully retrieved option chain

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean