Closed hgzhehe closed 3 weeks ago
let request = market::ticker_twenty_four_hr() .symbol("BNBUSDT") .symbols(vec!["BTCUSDT", "BNBBTC"]);
code: -1128, message: "Combination of optional parameters invalid. Recommendation: 'symbol' and 'symbols' cannot both be sent."
Thanks for pointing out this issue. It has been updated in the latest release: v1.3.0
let request = market::ticker_twenty_four_hr() .symbol("BNBUSDT") .symbols(vec!["BTCUSDT", "BNBBTC"]);
code: -1128, message: "Combination of optional parameters invalid. Recommendation: 'symbol' and 'symbols' cannot both be sent."