pub type MarketStatUpdate = MarketStatsUpdate;Aliased Type§
pub struct MarketStatUpdate {
pub symbol: String,
pub open_interest: f64,
pub mark_price: f64,
pub mid_price: f64,
pub oracle_price: f64,
pub prev_day_mark_price: f64,
pub day_volume_usd: f64,
pub funding_rate: f64,
}Fields§
§symbol: StringMarket symbol (e.g., “SOL”)
open_interest: f64Total open interest in the market
mark_price: f64Current mark price
mid_price: f64Current mid price
oracle_price: f64Current oracle price
prev_day_mark_price: f64Mark price from 24 hours ago
day_volume_usd: f6424-hour notional trading volume in USD
funding_rate: f64Current funding rate