| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
void |
PortfolioApi.createPortfolioLoan(PortfolioLoan portfolioLoan)
Borrow or repay
When borrowing, it is essential to ensure that the borrowed amount is not below the minimum borrowing threshold for the specific cryptocurrency and does not exceed the maximum borrowing limit set by the platform and the user.
|
okhttp3.Call |
PortfolioApi.createPortfolioLoanAsync(PortfolioLoan portfolioLoan,
ApiCallback<Void> _callback)
Borrow or repay (asynchronously)
When borrowing, it is essential to ensure that the borrowed amount is not below the minimum borrowing threshold for the specific cryptocurrency and does not exceed the maximum borrowing limit set by the platform and the user.
|
okhttp3.Call |
PortfolioApi.createPortfolioLoanCall(PortfolioLoan portfolioLoan,
ApiCallback _callback)
Build call for createPortfolioLoan
|
ApiResponse<Void> |
PortfolioApi.createPortfolioLoanWithHttpInfo(PortfolioLoan portfolioLoan)
Borrow or repay
When borrowing, it is essential to ensure that the borrowed amount is not below the minimum borrowing threshold for the specific cryptocurrency and does not exceed the maximum borrowing limit set by the platform and the user.
|
| Modifier and Type | Method and Description |
|---|---|
PortfolioLoan |
PortfolioLoan.amount(String amount) |
PortfolioLoan |
PortfolioLoan.currency(String currency) |
PortfolioLoan |
PortfolioLoan.repaidAll(Boolean repaidAll) |
PortfolioLoan |
PortfolioLoan.text(String text) |
PortfolioLoan |
PortfolioLoan.type(PortfolioLoan.TypeEnum type) |
Copyright © 2023. All rights reserved.