async fn fetch_deribit_expiries(underlyings: &[String]) -> Result<Vec<String>>Expand description
Fetch the current Deribit option term structure for the given underlyings.
Returns a sorted, deduplicated list of expiry timestamps in ISO 8601 format (e.g., ā2026-04-11T08:00:00Zā) that Block Scholes will accept.