| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<CrossMarginLoan> |
MarginApi.repayCrossMarginLoan(CrossMarginRepayRequest crossMarginRepayRequest)
Cross margin repayments
When the liquidity of the currency is insufficient and the transaction risk is high, the currency will be disabled, and funds cannot be transferred.When the available balance of cross-margin is insufficient, the balance of the spot account can be used for repayment.
|
okhttp3.Call |
MarginApi.repayCrossMarginLoanAsync(CrossMarginRepayRequest crossMarginRepayRequest,
ApiCallback<List<CrossMarginLoan>> _callback)
Cross margin repayments (asynchronously)
When the liquidity of the currency is insufficient and the transaction risk is high, the currency will be disabled, and funds cannot be transferred.When the available balance of cross-margin is insufficient, the balance of the spot account can be used for repayment.
|
okhttp3.Call |
MarginApi.repayCrossMarginLoanCall(CrossMarginRepayRequest crossMarginRepayRequest,
ApiCallback _callback)
Build call for repayCrossMarginLoan
|
ApiResponse<List<CrossMarginLoan>> |
MarginApi.repayCrossMarginLoanWithHttpInfo(CrossMarginRepayRequest crossMarginRepayRequest)
Cross margin repayments
When the liquidity of the currency is insufficient and the transaction risk is high, the currency will be disabled, and funds cannot be transferred.When the available balance of cross-margin is insufficient, the balance of the spot account can be used for repayment.
|
| Modifier and Type | Method and Description |
|---|---|
CrossMarginRepayRequest |
CrossMarginRepayRequest.amount(String amount) |
CrossMarginRepayRequest |
CrossMarginRepayRequest.currency(String currency) |
Copyright © 2023. All rights reserved.