| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
CurrencyPair |
SpotApi.getCurrencyPair(String currencyPair)
Get details of a specifc currency pair
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CurrencyPair> |
SpotApi.getCurrencyPairWithHttpInfo(String currencyPair)
Get details of a specifc currency pair
|
List<CurrencyPair> |
SpotApi.listCurrencyPairs()
List all currency pairs supported
|
ApiResponse<List<CurrencyPair>> |
SpotApi.listCurrencyPairsWithHttpInfo()
List all currency pairs supported
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SpotApi.getCurrencyPairAsync(String currencyPair,
ApiCallback<CurrencyPair> _callback)
Get details of a specifc currency pair (asynchronously)
|
okhttp3.Call |
SpotApi.listCurrencyPairsAsync(ApiCallback<List<CurrencyPair>> _callback)
List all currency pairs supported (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyPair |
CurrencyPair.amountPrecision(Integer amountPrecision) |
CurrencyPair |
CurrencyPair.base(String base) |
CurrencyPair |
CurrencyPair.buyStart(Long buyStart) |
CurrencyPair |
CurrencyPair.fee(String fee) |
CurrencyPair |
CurrencyPair.id(String id) |
CurrencyPair |
CurrencyPair.minBaseAmount(String minBaseAmount) |
CurrencyPair |
CurrencyPair.minQuoteAmount(String minQuoteAmount) |
CurrencyPair |
CurrencyPair.precision(Integer precision) |
CurrencyPair |
CurrencyPair.quote(String quote) |
CurrencyPair |
CurrencyPair.sellStart(Long sellStart) |
CurrencyPair |
CurrencyPair.tradeStatus(CurrencyPair.TradeStatusEnum tradeStatus) |
Copyright © 2023. All rights reserved.