jar

com.github.lyhnx : bittrex-api-wrapper

Maven & Gradle

Nov 28, 2017
5 stars

Bittrex API Wrapper · Easy to use wrapper for the Bittrex.com api

Table Of Contents

Latest Version

Download com.github.lyhnx : bittrex-api-wrapper JAR file - Latest Versions:

All Versions

Download com.github.lyhnx : bittrex-api-wrapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 bittrex-api-wrapper-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lyhnx.bittrexapiwrapper.api.models

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Balance.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Currency.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Deposit.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.DepositAddress.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Market.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.MarketHistory.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.MarketSummary.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.OpenOrder.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Order.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.OrderBook.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.OrderHistoryEntry.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.QuantityRate.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Ticker.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.models.Withdrawal.class - [JAR]

com.github.lyhnx.bittrexapiwrapper

├─ com.github.lyhnx.bittrexapiwrapper.RunDemoApiTestNoGit.class - [JAR]

com.github.lyhnx.bittrexapiwrapper.utils

├─ com.github.lyhnx.bittrexapiwrapper.utils.BittrexUri.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.utils.HmacSHA512.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.utils.MapUtils.class - [JAR]

com.github.lyhnx.bittrexapiwrapper.api

├─ com.github.lyhnx.bittrexapiwrapper.api.AccountApi.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.ApiKey.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.BittrexApi.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.MarketApi.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.PrivateApi.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.PublicApi.class - [JAR]

com.github.lyhnx.bittrexapiwrapper.api.requests

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.ApiError.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.BittrexRequest.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.DefaultRequestProcessor.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.OrderBookType.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.RequestErrorHandler.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.RequestMethod.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.RequestProcessor.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.api.requests.SimpleRequestErrorHandler.class - [JAR]

com.github.lyhnx.bittrexapiwrapper.market

├─ com.github.lyhnx.bittrexapiwrapper.market.BittrexMarket.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.market.Currency.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.market.Market.class - [JAR]

com.github.lyhnx.bittrexapiwrapper.exceptions

├─ com.github.lyhnx.bittrexapiwrapper.exceptions.BittrexRequestException.class - [JAR]

com.github.lyhnx.bittrexapiwrapper.utils.gson

├─ com.github.lyhnx.bittrexapiwrapper.utils.gson.BittrexCurrencyGsonTypeAdapter.class - [JAR]

├─ com.github.lyhnx.bittrexapiwrapper.utils.gson.BittrexDateGsonTypeAdapter.class - [JAR]

Advertisement