jar

org.knowm.xchange : xchange-ftx

Maven & Gradle

Dec 24, 2022
1 usages
3.6k stars

XChange Ftx · XChange implementation for the Ftx Exchange

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
5.1.x
5.0.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-ftx-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.ftx.dto.marketdata

├─ org.knowm.xchange.ftx.dto.marketdata.FtxCandleDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.marketdata.FtxMarketDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.marketdata.FtxMarketsDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.marketdata.FtxOrderbookDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.marketdata.FtxPublicOrder.class - [JAR]

├─ org.knowm.xchange.ftx.dto.marketdata.FtxTradeDto.class - [JAR]

org.knowm.xchange.ftx.service

├─ org.knowm.xchange.ftx.service.FtxAccountService.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxAccountServiceRaw.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxBaseService.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxBorrowingServiceRaw.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxDigest.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxLendingServiceRaw.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxMarketDataService.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxMarketDataServiceRaw.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxTradeService.class - [JAR]

├─ org.knowm.xchange.ftx.service.FtxTradeServiceRaw.class - [JAR]

org.knowm.xchange.ftx.dto.trade

├─ org.knowm.xchange.ftx.dto.trade.CancelAllFtxOrdersParams.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.CancelConditionalOrderFtxParams.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxConditionalOrderDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxConditionalOrderRequestPayload.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxConditionalOrderType.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxFillDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxModifyConditionalOrderRequestPayload.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxModifyOrderRequestPayload.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxOrderDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxOrderFlags.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxOrderRequestPayload.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxOrderSide.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxOrderStatus.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxOrderType.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxTriggerDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.trade.FtxTriggerOpenOrdersParams.class - [JAR]

org.knowm.xchange.ftx

├─ org.knowm.xchange.ftx.Ftx.class - [JAR]

├─ org.knowm.xchange.ftx.FtxAdapters.class - [JAR]

├─ org.knowm.xchange.ftx.FtxAuthenticated.class - [JAR]

├─ org.knowm.xchange.ftx.FtxException.class - [JAR]

├─ org.knowm.xchange.ftx.FtxExchange.class - [JAR]

org.knowm.xchange.ftx.dto.account

├─ org.knowm.xchange.ftx.dto.account.FtxAccountDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxBorrowingHistoryDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxBorrowingInfoDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxBorrowingRatesDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxChangeSubAccountNamePOJO.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxConvertAcceptPayloadRequestDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxConvertAcceptRequestDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxConvertDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxConvertSimulatePayloadRequestDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxConvertSimulatetDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxFundingPaymentsDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxFundingRatePayload.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxLendDataDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxLendingHistoryDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxLendingInfoDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxLendingRatesDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxLeverageDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxPositionDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubAccountBalanceDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubAccountBalancesDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubAccountDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubAccountRequestPOJO.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubAccountTranferDto.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubAccountTransferPOJO.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxSubmitLendingOfferParams.class - [JAR]

├─ org.knowm.xchange.ftx.dto.account.FtxWalletBalanceDto.class - [JAR]

org.knowm.xchange.ftx.dto

├─ org.knowm.xchange.ftx.dto.FtxResponse.class - [JAR]

Advertisement

Dependencies from Group

Dec 24, 2022
129 usages
3.6k stars
Dec 24, 2022
24 usages
3.6k stars
Dec 24, 2022
16 usages
3.6k stars
Dec 24, 2022
6 usages
3.6k stars
Dec 24, 2022
6 usages
3.6k stars

Discover Dependencies