| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
Currency |
SpotApi.getCurrency(String currency)
Get detail of one particular currency
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Currency> |
SpotApi.getCurrencyWithHttpInfo(String currency)
Get detail of one particular currency
|
List<Currency> |
SpotApi.listCurrencies()
List all currencies' detail
|
ApiResponse<List<Currency>> |
SpotApi.listCurrenciesWithHttpInfo()
List all currencies' detail
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SpotApi.getCurrencyAsync(String currency,
ApiCallback<Currency> _callback)
Get detail of one particular currency (asynchronously)
|
okhttp3.Call |
SpotApi.listCurrenciesAsync(ApiCallback<List<Currency>> _callback)
List all currencies' detail (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
Currency.currency(String currency) |
Currency |
Currency.delisted(Boolean delisted) |
Currency |
Currency.depositDisabled(Boolean depositDisabled) |
Currency |
Currency.tradeDisabled(Boolean tradeDisabled) |
Currency |
Currency.withdrawDelayed(Boolean withdrawDelayed) |
Currency |
Currency.withdrawDisabled(Boolean withdrawDisabled) |
Copyright © 2021. All rights reserved.