Endpoints
List Expirations
Returns sorted, non-expired option expiration dates
GET
Path parameters
string
required
Exchange name:
bybit, deribit, okx, or all (cross-exchange union).string
required
Base coin symbol (uppercase). Use
/coins to see what’s available.Response
array
Array of expiration date strings in
DDMMMYY format (e.g., 25APR26),
sorted chronologically. Already-expired dates are filtered out (expiration
is 08:00 UTC with a 1-hour grace period).string
The exchange you queried (echoed back).
string
The coin you queried (echoed back).
Errors
error
Exchange name isn’t recognized. Use
/exchanges to list valid values.error
The coin belongs to a market your plan doesn’t cover. See
market_not_in_plan.