jar

org.knowm.xchange : xchange-gateio-v4

Maven & Gradle

Jun 05, 2024

XChange Gate.io V4 · XChange implementation for the Gate.io Exchange

Table Of Contents

Latest Version

Download org.knowm.xchange : xchange-gateio-v4 JAR file - Latest Versions:

All Versions

Download org.knowm.xchange : xchange-gateio-v4 JAR file - All Versions:

Version Vulnerabilities Size Updated
5.2.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-gateio-v4-5.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.knowm.xchange.gateio.dto

├─ org.knowm.xchange.gateio.dto.GateioException.class - [JAR]

org.knowm.xchange.gateio.service

├─ org.knowm.xchange.gateio.service.GateioAccountService.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioAccountServiceRaw.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioBaseService.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioMarketDataService.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioTradeService.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioTradeServiceRaw.class - [JAR]

├─ org.knowm.xchange.gateio.service.GateioV4Digest.class - [JAR]

org.knowm.xchange.gateio.dto.trade

├─ org.knowm.xchange.gateio.dto.trade.GateioUserTrade.class - [JAR]

├─ org.knowm.xchange.gateio.dto.trade.GateioUserTradeRaw.class - [JAR]

├─ org.knowm.xchange.gateio.dto.trade.Role.class - [JAR]

org.knowm.xchange.gateio.dto.marketdata

├─ org.knowm.xchange.gateio.dto.marketdata.GateioCurrencyChain.class - [JAR]

├─ org.knowm.xchange.gateio.dto.marketdata.GateioCurrencyInfo.class - [JAR]

├─ org.knowm.xchange.gateio.dto.marketdata.GateioCurrencyPairDetails.class - [JAR]

├─ org.knowm.xchange.gateio.dto.marketdata.GateioOrderBook.class - [JAR]

├─ org.knowm.xchange.gateio.dto.marketdata.GateioTicker.class - [JAR]

org.knowm.xchange.gateio.dto.account

├─ org.knowm.xchange.gateio.dto.account.GateioAccountBookRecord.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioAddressRecord.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioCurrencyBalance.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioDepositAddress.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioDepositRecord.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioOrder.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioSubAccountTransfer.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioWithdrawStatus.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioWithdrawalRecord.class - [JAR]

├─ org.knowm.xchange.gateio.dto.account.GateioWithdrawalRequest.class - [JAR]

org.knowm.xchange.gateio.config

├─ org.knowm.xchange.gateio.config.Config.class - [JAR]

├─ org.knowm.xchange.gateio.config.GateioJacksonObjectMapperFactory.class - [JAR]

org.knowm.xchange.gateio.dto.account.params

├─ org.knowm.xchange.gateio.dto.account.params.GateioSubAccountTransfersParams.class - [JAR]

org.knowm.xchange.gateio

├─ org.knowm.xchange.gateio.Gateio.class - [JAR]

├─ org.knowm.xchange.gateio.GateioAdapters.class - [JAR]

├─ org.knowm.xchange.gateio.GateioErrorAdapter.class - [JAR]

├─ org.knowm.xchange.gateio.GateioExchange.class - [JAR]

├─ org.knowm.xchange.gateio.GateioV4Authenticated.class - [JAR]

org.knowm.xchange.gateio.service.params

├─ org.knowm.xchange.gateio.service.params.GateioDepositsParams.class - [JAR]

├─ org.knowm.xchange.gateio.service.params.GateioFundingHistoryParams.class - [JAR]

├─ org.knowm.xchange.gateio.service.params.GateioTradeHistoryParams.class - [JAR]

├─ org.knowm.xchange.gateio.service.params.GateioWithdrawFundsParams.class - [JAR]

├─ org.knowm.xchange.gateio.service.params.GateioWithdrawalsParams.class - [JAR]

org.knowm.xchange.gateio.config.converter

├─ org.knowm.xchange.gateio.config.converter.CurrencyPairToStringConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.DoubleToInstantConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.OrderTypeToStringConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.StringToBooleanConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.StringToCurrencyConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.StringToCurrencyPairConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.StringToOrderTypeConverter.class - [JAR]

├─ org.knowm.xchange.gateio.config.converter.TimestampSecondsToInstantConverter.class - [JAR]

Advertisement