Future<List<Ticker>> getTickers({required List<String> markets}) { return getTickersWithClient(apiClient, markets: markets); }