pub fn fetch_open_interest(
    exchange: &str,
    market_type: MarketType,
    symbol: Option<&str>
) -> Result<String, Error>
Expand description

Fetch open interest.

symbol None means fetch all symbols.