| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SpotFee> |
SpotApi.getBatchSpotFee(String currencyPairs)
Query a batch of user trading fee rates
|
ApiResponse<Map<String,SpotFee>> |
SpotApi.getBatchSpotFeeWithHttpInfo(String currencyPairs)
Query a batch of user trading fee rates
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SpotApi.getBatchSpotFeeAsync(String currencyPairs,
ApiCallback<Map<String,SpotFee>> _callback)
Query a batch of user trading fee rates (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
SpotFee |
SpotFee.currencyPair(String currencyPair) |
SpotFee |
SpotFee.gtDiscount(Boolean gtDiscount) |
SpotFee |
SpotFee.gtMakerFee(String gtMakerFee) |
SpotFee |
SpotFee.gtTakerFee(String gtTakerFee) |
SpotFee |
SpotFee.loanFee(String loanFee) |
SpotFee |
SpotFee.makerFee(String makerFee) |
SpotFee |
SpotFee.pointType(String pointType) |
SpotFee |
SpotFee.takerFee(String takerFee) |
SpotFee |
SpotFee.userId(Long userId) |
Copyright © 2023. All rights reserved.