Skip to main content
GET

Path parameters

exchange
string
required
Exchange name: bybit, deribit, okx, or all (cross-exchange union).
coin
string
required
Base coin symbol (uppercase). Use /coins to see what’s available.

Response

data.expirations
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).
meta.exchange
string
The exchange you queried (echoed back).
meta.coin
string
The coin you queried (echoed back).

Errors

400 invalid_exchange
error
Exchange name isn’t recognized. Use /exchanges to list valid values.