| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<Ticker> |
SpotApi.APIlistTickersRequest.execute()
Execute listTickers request
|
ApiResponse<List<Ticker>> |
SpotApi.APIlistTickersRequest.executeWithHttpInfo()
Execute listTickers request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SpotApi.APIlistTickersRequest.executeAsync(ApiCallback<List<Ticker>> _callback)
Execute listTickers request (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Ticker |
Ticker.baseVolume(String baseVolume) |
Ticker |
Ticker.changePercentage(String changePercentage) |
Ticker |
Ticker.currencyPair(String currencyPair) |
Ticker |
Ticker.etfLeverage(String etfLeverage) |
Ticker |
Ticker.etfNetValue(String etfNetValue) |
Ticker |
Ticker.etfPreNetValue(String etfPreNetValue) |
Ticker |
Ticker.etfPreTimestamp(Long etfPreTimestamp) |
Ticker |
Ticker.high24h(String high24h) |
Ticker |
Ticker.highestBid(String highestBid) |
Ticker |
Ticker.last(String last) |
Ticker |
Ticker.low24h(String low24h) |
Ticker |
Ticker.lowestAsk(String lowestAsk) |
Ticker |
Ticker.quoteVolume(String quoteVolume) |
Copyright © 2021. All rights reserved.