pub fn fetch_long_short_ratio(
    exchange: &str,
    market_type: MarketType,
    symbol: &str
) -> Result<String, Error>