jar

org.knowm.xchange : xchange-bibox

Maven & Gradle

Dec 24, 2022
3.6k stars

XChange Bibox · XChange implementation for the Bibox Exchange

Table Of Contents

Latest Version

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

All Versions

Download org.knowm.xchange : xchange-bibox 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-bibox-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.bibox.dto

├─ org.knowm.xchange.bibox.dto.BiboxAdapters.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxAllAssetsBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxCommand.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxCommands.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxEmptyBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxError.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxMultipleResponses.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxPagedResponses.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxResponse.class - [JAR]

├─ org.knowm.xchange.bibox.dto.BiboxSingleResponse.class - [JAR]

org.knowm.xchange.bibox.dto.account

├─ org.knowm.xchange.bibox.dto.account.BiboxAsset.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxAssetsResult.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxCoin.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxDeposit.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxDepositAddressCommandBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxFundsCommandBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxTransferCommandBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.account.BiboxWithdrawal.class - [JAR]

org.knowm.xchange.bibox.dto.marketdata

├─ org.knowm.xchange.bibox.dto.marketdata.BiboxMarket.class - [JAR]

├─ org.knowm.xchange.bibox.dto.marketdata.BiboxOrderBookCommand.class - [JAR]

├─ org.knowm.xchange.bibox.dto.marketdata.BiboxOrderBookCommandBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.marketdata.BiboxTicker.class - [JAR]

org.knowm.xchange.bibox.dto.trade

├─ org.knowm.xchange.bibox.dto.trade.BiboxAccountType.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxCancelTradeCommand.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxCancelTradeCommandBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxDeals.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrder.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderBook.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderBookEntry.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderHistoryCommand.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderPendingListCommand.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderPendingListCommandBody.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderSide.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderStatus.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrderType.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxOrders.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxTradeCommand.class - [JAR]

├─ org.knowm.xchange.bibox.dto.trade.BiboxTradeCommandBody.class - [JAR]

org.knowm.xchange.bibox.service

├─ org.knowm.xchange.bibox.service.BiboxAccountService.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxAccountServiceRaw.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxBaseService.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxDigest.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxMarketDataService.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxMarketDataServiceRaw.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxTradeService.class - [JAR]

├─ org.knowm.xchange.bibox.service.BiboxTradeServiceRaw.class - [JAR]

org.knowm.xchange.bibox

├─ org.knowm.xchange.bibox.Bibox.class - [JAR]

├─ org.knowm.xchange.bibox.BiboxAuthenticated.class - [JAR]

├─ org.knowm.xchange.bibox.BiboxException.class - [JAR]

├─ org.knowm.xchange.bibox.BiboxExchange.class - [JAR]

Advertisement