public interface IDataClient
List<Instrument> getInstruments(Set<String> symbols, String category)
BatchBarResponse getBatchBars(List<String> symbols, String category, String timespan, int count)
List<Bar> getBars(String symbol, String category, String timespan, int count, Boolean realTimeRequired, List<String> tradingSessions)
BatchBarResponse getBatchBars(List<String> symbols, String category, String timespan, int count, Boolean realTimeRequired, List<String> tradingSessions)
List<EodBars> getEodBars(Set<String> instrumentIds, String date, Integer count)
List<CorpAction> getCorpAction(CorpActionRequest action)
List<Snapshot> getSnapshots(Set<String> symbols, String category, Boolean extendHourRequired, Boolean overnightRequired)
List<NBar> getFuturesBars(List<String> symbols, String category, String timespan, int count, Boolean realTimeRequired)
DepthOfBook getFuturesDepth(String symbol, String category, String depth)
List<FuturesProduct> getFuturesProducts(String category)
List<FuturesInstrument> getFuturesInstruments(Set<String> symbols, String category)
List<FuturesInstrument> getFuturesInstrumentsByCode(String code, String category, String contractType)
List<NBar> getCryptoBars(Set<String> symbols, String category, String timespan, int count, Boolean realTimeRequired)
List<StockInstrumentDetail> getInstrumentsV1(InstrumentQueryParam param)
List<CryptoInstrumentDetail> getCryptoInstrument(InstrumentQueryParam param)
Copyright © 2025 Webull. All rights reserved.