Skip to main content
GET
/
vq
/
options
/
{symbol}
/
expirations
Get available expiration dates
curl --request GET \
  --url https://api.vectrade.io/v1/vq/options/{symbol}/expirations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "2023-12-25"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

symbol
string
required

Response

Available expiration dates

data
string<date>[]