Package org.knowm.xchange.coinex.service
Class CoinexMarketDataServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<CoinexExchange>
org.knowm.xchange.coinex.service.CoinexBaseService
org.knowm.xchange.coinex.service.CoinexMarketDataServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CoinexMarketDataService
-
Field Summary
Fields inherited from class org.knowm.xchange.coinex.service.CoinexBaseService
apiKey, coinex, coinexAuthenticated, coinexV2ParamsDigest
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCoinexCurrencyPairInfos
(Collection<Instrument> instruments) getCoinexOrderBook
(CoinexOrderBookParams coinexOrderBookParams) getCoinexSingleMarketStatisticsV1
(Instrument instrument) Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoinexMarketDataServiceRaw
-
-
Method Details
-
getAllCoinexChainInfos
- Throws:
IOException
-
getCoinexAllMarketStatisticsV1
- Throws:
IOException
-
getCoinexSingleMarketStatisticsV1
public CoinexSingleMarketStatisticsV1 getCoinexSingleMarketStatisticsV1(Instrument instrument) throws IOException - Throws:
IOException
-
getCoinexCurrencyPairInfos
public List<CoinexCurrencyPairInfo> getCoinexCurrencyPairInfos(Collection<Instrument> instruments) throws IOException - Throws:
IOException
-
getCoinexOrderBook
public CoinexMarketDepth getCoinexOrderBook(CoinexOrderBookParams coinexOrderBookParams) throws IOException - Throws:
IOException
-