jar

org.knowm.xchange : xchange-kucoin

Maven & Gradle

Dec 24, 2022
2 usages
3.6k stars

XChange Kucoin · XChange implementation for the Kucoin Exchange

Table Of Contents

Latest Version

Download org.knowm.xchange : xchange-kucoin JAR file - Latest Versions:

All Versions

Download org.knowm.xchange : xchange-kucoin JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.4.x
4.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xchange-kucoin-5.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.knowm.xchange.kucoin.dto

├─ org.knowm.xchange.kucoin.dto.KlineIntervalType.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.KucoinOrderFlags.class - [JAR]

org.knowm.xchange.kucoin

├─ org.knowm.xchange.kucoin.KucoinAccountService.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinAccountServiceRaw.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinAdapters.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinBaseService.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinExceptionClassifier.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinExchange.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinMarketDataService.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinMarketDataServiceRaw.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinResilience.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinTradeHistoryParams.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinTradeService.class - [JAR]

├─ org.knowm.xchange.kucoin.KucoinTradeServiceRaw.class - [JAR]

├─ org.knowm.xchange.kucoin.TimeInForce.class - [JAR]

org.knowm.xchange.kucoin.service

├─ org.knowm.xchange.kucoin.service.APIConstants.class - [JAR]

├─ org.knowm.xchange.kucoin.service.AccountAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.DepositAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.FillAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.HistOrdersAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.HistoryAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.KucoinApiException.class - [JAR]

├─ org.knowm.xchange.kucoin.service.KucoinDigest.class - [JAR]

├─ org.knowm.xchange.kucoin.service.LimitOrderAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.OrderAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.OrderBookAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.SymbolAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.TradingFeeAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.WebsocketAPI.class - [JAR]

├─ org.knowm.xchange.kucoin.service.WithdrawalAPI.class - [JAR]

org.knowm.xchange.kucoin.dto.response

├─ org.knowm.xchange.kucoin.dto.response.AccountBalancesResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.AccountLedgersResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.AccountResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.AllTickersResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.AllTickersTickerResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.ApplyWithdrawResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.CurrenciesResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.DepositAddressResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.DepositResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.HistOrdersResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.InternalTransferResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.KucoinKline.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.KucoinResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.OrderBook.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.OrderBookResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.OrderCancelResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.OrderCreateResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.OrderResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.Pagination.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.SymbolResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.SymbolTickResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.TickerResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.TradeFeeResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.TradeHistoryResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.TradeResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.WebsocketResponse.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.response.WithdrawalResponse.class - [JAR]

org.knowm.xchange.kucoin.dto.request

├─ org.knowm.xchange.kucoin.dto.request.ApplyWithdrawApiRequest.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.request.CreateAccountRequest.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.request.InnerTransferRequest.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.request.OrderCancelAPIRequest.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.request.OrderCreateApiRequest.class - [JAR]

├─ org.knowm.xchange.kucoin.dto.request.PageRequest.class - [JAR]

Advertisement