| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
PortfolioBorrowable |
MarginApi.getCrossMarginBorrowable(String currency)
Get the max borrowable amount for a specific cross margin currency
|
PortfolioBorrowable |
PortfolioApi.getPortfolioBorrowable(String currency)
Retrieve the maximum borrowable amount for the account.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PortfolioBorrowable> |
MarginApi.getCrossMarginBorrowableWithHttpInfo(String currency)
Get the max borrowable amount for a specific cross margin currency
|
ApiResponse<PortfolioBorrowable> |
PortfolioApi.getPortfolioBorrowableWithHttpInfo(String currency)
Retrieve the maximum borrowable amount for the account.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarginApi.getCrossMarginBorrowableAsync(String currency,
ApiCallback<PortfolioBorrowable> _callback)
Get the max borrowable amount for a specific cross margin currency (asynchronously)
|
okhttp3.Call |
PortfolioApi.getPortfolioBorrowableAsync(String currency,
ApiCallback<PortfolioBorrowable> _callback)
Retrieve the maximum borrowable amount for the account.
|
| Modifier and Type | Method and Description |
|---|---|
PortfolioBorrowable |
PortfolioBorrowable.amount(String amount) |
PortfolioBorrowable |
PortfolioBorrowable.currency(String currency) |
Copyright © 2023. All rights reserved.