jar

com.coingi.exchange : client

Maven & Gradle

Apr 13, 2019
0 stars

Coingi.com API client · This is a Java library for interacting with Coingi.com HTTP API

Table Of Contents

Latest Version

Download com.coingi.exchange : client JAR file - Latest Versions:

All Versions

Download com.coingi.exchange : client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.9.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 client-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.coingi.exchange.client.utils

├─ com.coingi.exchange.client.utils.HexEncoder.class - [JAR]

├─ com.coingi.exchange.client.utils.UrlBuilder.class - [JAR]

com.coingi.exchange.client

├─ com.coingi.exchange.client.ApiCallException.class - [JAR]

├─ com.coingi.exchange.client.ClientException.class - [JAR]

├─ com.coingi.exchange.client.Coingi.class - [JAR]

├─ com.coingi.exchange.client.ConnectionException.class - [JAR]

├─ com.coingi.exchange.client.Metrics.class - [JAR]

com.coingi.exchange.client.entities

├─ com.coingi.exchange.client.entities.Currency.class - [JAR]

├─ com.coingi.exchange.client.entities.CurrencyObject.class - [JAR]

├─ com.coingi.exchange.client.entities.CurrencyPair.class - [JAR]

├─ com.coingi.exchange.client.entities.CurrencyPairRate.class - [JAR]

├─ com.coingi.exchange.client.entities.CurrencyPairRates.class - [JAR]

├─ com.coingi.exchange.client.entities.DepthRange.class - [JAR]

├─ com.coingi.exchange.client.entities.Error.class - [JAR]

├─ com.coingi.exchange.client.entities.Order.class - [JAR]

├─ com.coingi.exchange.client.entities.OrderBook.class - [JAR]

├─ com.coingi.exchange.client.entities.OrderGroup.class - [JAR]

├─ com.coingi.exchange.client.entities.OrderStatus.class - [JAR]

├─ com.coingi.exchange.client.entities.OrderType.class - [JAR]

├─ com.coingi.exchange.client.entities.OrdersList.class - [JAR]

├─ com.coingi.exchange.client.entities.PaginatedResultList.class - [JAR]

├─ com.coingi.exchange.client.entities.Result.class - [JAR]

├─ com.coingi.exchange.client.entities.ResultList.class - [JAR]

├─ com.coingi.exchange.client.entities.RollingAggregation.class - [JAR]

├─ com.coingi.exchange.client.entities.RollingAggregationsList.class - [JAR]

├─ com.coingi.exchange.client.entities.SimpleResult.class - [JAR]

├─ com.coingi.exchange.client.entities.SuccessResult.class - [JAR]

├─ com.coingi.exchange.client.entities.Transaction.class - [JAR]

├─ com.coingi.exchange.client.entities.TransactionsList.class - [JAR]

├─ com.coingi.exchange.client.entities.UUIDResult.class - [JAR]

├─ com.coingi.exchange.client.entities.UserBalance.class - [JAR]

├─ com.coingi.exchange.client.entities.UserBalancesList.class - [JAR]

com.coingi.exchange.client.security

├─ com.coingi.exchange.client.security.DefaultIdentityProvider.class - [JAR]

├─ com.coingi.exchange.client.security.IdentityProvider.class - [JAR]

├─ com.coingi.exchange.client.security.IncrementingNonceProvider.class - [JAR]

├─ com.coingi.exchange.client.security.NonceProvider.class - [JAR]

Advertisement