pub type GetHistoricalVolatilityResponse = Vec<VolatilityRecord>;Expand description
Response payload for the get historical volatility endpoint.
Bybit V5 returns the inner result as a flat list of volatility records.
client.rs already unwraps the envelope, so this is just the inner body.
Aliased Typeยง
pub struct GetHistoricalVolatilityResponse { /* private fields */ }