Package org.knowm.xchange.bybit.service
Class BybitMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.bybit.service.BybitBaseService
org.knowm.xchange.bybit.service.BybitMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BybitMarketDataService
-
Field Summary
Fields inherited from class org.knowm.xchange.bybit.service.BybitBaseService
apiKey, bybit, bybitAuthenticated, nonceFactory, signatureCreator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstrumentsInfo(BybitCategory category) getTicker24h(BybitCategory category, String symbol)
-
Constructor Details
-
BybitMarketDataServiceRaw
-
-
Method Details
-
getTicker24h
public BybitResult<BybitTickers<BybitTicker>> getTicker24h(BybitCategory category, String symbol) throws IOException - Throws:
IOException
-
getInstrumentsInfo
public BybitResult<BybitInstrumentsInfo<BybitInstrumentInfo>> getInstrumentsInfo(BybitCategory category) throws IOException - Throws:
IOException
-