| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
UserTotalAmount |
CollateralLoanApi.getUserTotalAmount()
Query the total borrowing and collateral amount for the user
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UserTotalAmount> |
CollateralLoanApi.getUserTotalAmountWithHttpInfo()
Query the total borrowing and collateral amount for the user
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CollateralLoanApi.getUserTotalAmountAsync(ApiCallback<UserTotalAmount> _callback)
Query the total borrowing and collateral amount for the user (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
UserTotalAmount |
UserTotalAmount.borrowAmount(String borrowAmount) |
UserTotalAmount |
UserTotalAmount.collateralAmount(String collateralAmount) |
Copyright © 2023. All rights reserved.