| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
MarginCurrencyPair |
MarginApi.getMarginCurrencyPair(String currencyPair)
Query one single margin currency pair(Deprecated)
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<MarginCurrencyPair> |
MarginApi.getMarginCurrencyPairWithHttpInfo(String currencyPair)
Query one single margin currency pair(Deprecated)
|
List<MarginCurrencyPair> |
MarginApi.listMarginCurrencyPairs()
List all supported currency pairs supported in margin trading(Deprecated)
|
ApiResponse<List<MarginCurrencyPair>> |
MarginApi.listMarginCurrencyPairsWithHttpInfo()
List all supported currency pairs supported in margin trading(Deprecated)
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarginApi.getMarginCurrencyPairAsync(String currencyPair,
ApiCallback<MarginCurrencyPair> _callback)
Query one single margin currency pair(Deprecated) (asynchronously)
|
okhttp3.Call |
MarginApi.listMarginCurrencyPairsAsync(ApiCallback<List<MarginCurrencyPair>> _callback)
List all supported currency pairs supported in margin trading(Deprecated) (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
MarginCurrencyPair |
MarginCurrencyPair.base(String base) |
MarginCurrencyPair |
MarginCurrencyPair.id(String id) |
MarginCurrencyPair |
MarginCurrencyPair.leverage(Integer leverage) |
MarginCurrencyPair |
MarginCurrencyPair.maxQuoteAmount(String maxQuoteAmount) |
MarginCurrencyPair |
MarginCurrencyPair.minBaseAmount(String minBaseAmount) |
MarginCurrencyPair |
MarginCurrencyPair.minQuoteAmount(String minQuoteAmount) |
MarginCurrencyPair |
MarginCurrencyPair.quote(String quote) |
MarginCurrencyPair |
MarginCurrencyPair.status(Integer status) |
Copyright © 2023. All rights reserved.